drop -Wno-nonnull-compare

This commit is contained in:
nick black 2021-07-09 01:22:27 -04:00
parent 840ed1a3d8
commit 39a69239a3
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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}")