We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46bdbd9 commit a56379eCopy full SHA for a56379e
src/boomerang/ssl/parser/CMakeLists.txt
@@ -53,7 +53,7 @@ if (CMAKE_COMPILER_IS_GNUCXX AND BISON_VERSION VERSION_LESS 3.0.5)
53
# Grammars generated by Bison 3.0.4 and below emit a null pointer dereference warning
54
# when compiled with GCC 7
55
set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/SSL2Parser.cpp
56
- PROPERTIES COMPILE_OPTIONS -Wno-error=null-dereference)
+ PROPERTIES COMPILE_FLAGS -Wno-error=null-dereference)
57
endif ()
58
59
target_link_libraries(boomerang-ssl2-parser Qt5::Core)
0 commit comments