pkgsrc/net/xorp/patches/patch-rtrmgr_op__commands.ll
joerg 0426d1b980 Fix a number of issues found by clang:
- missing this references to ensure template functions are found
- using == as assignment
- unused functions in lex sources
- adding integers to strings instead of formatting them
- class vs struct mismatches
2012-07-03 17:36:10 +00:00

12 lines
330 B
LLVM

$NetBSD: patch-rtrmgr_op__commands.ll,v 1.1 2012/07/03 17:36:10 joerg Exp $
--- rtrmgr/op_commands.ll.orig 2012-07-03 16:30:22.000000000 +0000
+++ rtrmgr/op_commands.ll
@@ -22,6 +22,7 @@
extern char* opcmdlval;
string opcmd_parsebuf;
%option noyywrap
+%option noinput
%option nounput
%option never-interactive
%x comment