mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 09:28:24 +00:00
- Added warnings for declarations after statements
This commit is contained in:
parent
0049c2fd19
commit
3bcf28c21f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ project(POLARSSL C)
|
|||
|
||||
enable_testing()
|
||||
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O0 -Wall -W -fprofile-arcs -ftest-coverage -lgcov")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O0 -Wall -W -Wdeclaration-after-statement -fprofile-arcs -ftest-coverage -lgcov")
|
||||
set(CMAKE_SHARED_LINKER_FLAGS "-fprofile-arcs -ftest-coverage")
|
||||
#set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O0 -Wall -W")
|
||||
#set(CMAKE_SHARED_LINKER_FLAGS "")
|
||||
|
|
Loading…
Reference in a new issue