Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Jan 7, 2024
1 parent 85a8aae commit e3c8317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ string (JOIN " " COMMON_WARNING_MSVC "/W4" "/analyze" "/WX"

set (CC_WARNING_GNU "-Wno-unused-parameter -Wstrict-prototypes -Wvla -Wsign-compare -Wwrite-strings")
set (CC_WARNING_Clang "-Wno-unused-parameter -Wstrict-prototypes -Wvla -Wsign-compare -Wwrite-strings")
set (CC_WARNING_MSVC "/wd4244 /wd4267 /wd4800 /wd4996 /analyze /we6328 /we6340 /we28251")
set (CC_WARNING_MSVC "")

set (CXX_WARNING_GNU "")
set (CXX_WARNING_Clang "")
Expand Down

0 comments on commit e3c8317

Please sign in to comment.