mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Ignore -Wchanges-meaning warning in Spicy
This fixes a build failure with GCC 13. It's meant as a short-term fix to avoid the failure in Zeek, but probably should be fixed more correctly upstream in the Spicy repo.
This commit is contained in:
parent
a0dbfd2822
commit
ca35c85983
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ endif ()
|
||||||
# set these flags we do need a customizable subdirectory above the Spicy
|
# set these flags we do need a customizable subdirectory above the Spicy
|
||||||
# sources.
|
# sources.
|
||||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-missing-braces")
|
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-missing-braces")
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-vla")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-vla -Wno-changes-meaning")
|
||||||
|
|
||||||
# The script generating precompiled headers for Spicy expects a different build
|
# The script generating precompiled headers for Spicy expects a different build
|
||||||
# system layout than provided for a bundled Spicy, disable it.
|
# system layout than provided for a bundled Spicy, disable it.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue