mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
drop -Wno-nonnull-compare
This commit is contained in:
parent
840ed1a3d8
commit
39a69239a3
@ -69,8 +69,8 @@ endif()
|
||||
|
||||
# global compiler flags
|
||||
add_compile_definitions(_FORTIFY_SOURCE=2)
|
||||
add_compile_options(-Wall -Wextra -W -Wshadow -Wformat -Wno-nonnull-compare
|
||||
-Wformat-security -fexceptions -fstrict-aliasing)
|
||||
add_compile_options(-Wall -Wextra -W -Wshadow -Wformat -Wformat-security
|
||||
-fexceptions -fstrict-aliasing)
|
||||
|
||||
message(STATUS "Requested multimedia engine: ${USE_MULTIMEDIA}")
|
||||
message(STATUS "Requested build mode: ${CMAKE_BUILD_TYPE}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user