author | Florian Forster <octo@collectd.org> | |
Tue, 16 Jun 2015 21:07:34 +0000 (23:07 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Tue, 16 Jun 2015 21:07:34 +0000 (23:07 +0200) | ||
commit | 33819a49ab40ec2f54f5ee12b3b88ab4205873eb | |
tree | d85b8b27c71bd2956db6c5861160f0af4ea606a7 | tree | snapshot |
parent | 53be6eefcb3d53634e04ffb1ca3db7fd7f064c34 | commit | diff |
liboconfig: Disable some clang warnings.
Hopefully fixes:
scanner.c:4128:17: error: unused function 'yyunput' [-Werror,-Wunused-function]
static void yyunput (int c, register char * yy_bp )
^
scanner.c:4173:16: error: function 'input' is not needed and will not be emitted [-Werror,-Wunneeded-internal-declaration]
static int input (void)
^
2 errors generated.
Hopefully fixes:
scanner.c:4128:17: error: unused function 'yyunput' [-Werror,-Wunused-function]
static void yyunput (int c, register char * yy_bp )
^
scanner.c:4173:16: error: function 'input' is not needed and will not be emitted [-Werror,-Wunneeded-internal-declaration]
static int input (void)
^
2 errors generated.
src/liboconfig/scanner.l | diff | blob | history |