Skip to content
Snippets Groups Projects
Commit bb05fffa authored by Jakob Olsson's avatar Jakob Olsson
Browse files

treat warnings as warnings

parent 36d36478
Branches
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ SET(PATCH_VERSION 0) ...@@ -13,7 +13,7 @@ SET(PATCH_VERSION 0)
#set compile flags #set compile flags
SET(DEFAULT_FLAGS "--std=gnu99") SET(DEFAULT_FLAGS "--std=gnu99")
SET(RELEASE_FLAGS "-Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wsign-compare -Wunused-result") SET(RELEASE_FLAGS "-Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wsign-compare -Wunused-result -Wno-error")
include(GNUInstallDirs) include(GNUInstallDirs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment