liboconfig: Disable some clang warnings.
authorFlorian Forster <octo@collectd.org>
Tue, 16 Jun 2015 21:07:34 +0000 (23:07 +0200)
committerFlorian Forster <octo@collectd.org>
Tue, 16 Jun 2015 21:07:34 +0000 (23:07 +0200)
commit33819a49ab40ec2f54f5ee12b3b88ab4205873eb
treed85b8b27c71bd2956db6c5861160f0af4ea606a7
parent53be6eefcb3d53634e04ffb1ca3db7fd7f064c34
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.
src/liboconfig/scanner.l