mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Added -Wformat-security
This commit is contained in:
parent
ddcc975cec
commit
1cb75ff072
@ -433,6 +433,7 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "GNU")
|
||||
-Wfloat-equal
|
||||
-Wshadow
|
||||
-Wnull-dereference
|
||||
-Wformat-security
|
||||
-g
|
||||
)
|
||||
endif ()
|
||||
@ -448,6 +449,7 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||
-Wfloat-equal
|
||||
-Wshadow
|
||||
-Wnull-dereference
|
||||
-Wformat-security
|
||||
-g
|
||||
)
|
||||
endif ()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user