mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
bifcl: Fix compiler warning.
This commit is contained in:
parent
3a4f38a04b
commit
c3f6c8a4a0
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ bison_target(BIFParser builtin-func.y
|
||||||
COMPILE_FLAGS "${BISON_FLAGS}")
|
COMPILE_FLAGS "${BISON_FLAGS}")
|
||||||
flex_target(BIFScanner builtin-func.l ${CMAKE_CURRENT_BINARY_DIR}/bif_lex.cc)
|
flex_target(BIFScanner builtin-func.l ${CMAKE_CURRENT_BINARY_DIR}/bif_lex.cc)
|
||||||
add_flex_bison_dependency(BIFScanner BIFParser)
|
add_flex_bison_dependency(BIFScanner BIFParser)
|
||||||
|
set_property(SOURCE bif_lex.cc APPEND_STRING PROPERTY COMPILE_FLAGS "-Wno-sign-compare")
|
||||||
|
|
||||||
set(bifcl_SRCS
|
set(bifcl_SRCS
|
||||||
${BISON_BIFParser_INPUT}
|
${BISON_BIFParser_INPUT}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue