Makefile.in: turn of -Wsign-compare for bison output
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 19 Apr 2016 21:46:12 +0000 (22:46 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 19 Apr 2016 21:46:17 +0000 (22:46 +0100)
commit8af1390af23ebca93bceb6c267e46451bec390d4
tree1c67345b98855ed97299bb3e3532149a5912fdd7
parente0d2e637f0931a4a3c897abbc4e38a3f357ba3d4
Makefile.in: turn of -Wsign-compare for bison output

conffile.yy.c: In function `yy_get_next_buffer':
conffile.yy.c:1228:44: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
  if ((int) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
                                            ^

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile.in