mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Remove -Werror
It is an annoying piece of garbage
This commit is contained in:
parent
d850e05b53
commit
707c2f836b
4 changed files with 2 additions and 15 deletions
|
@ -14,8 +14,8 @@ IF (MSVC)
|
|||
include_directories(SYSTEM platform/msvc)
|
||||
ELSE()
|
||||
# set stuff for other systems
|
||||
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c11 -Wall -Werror")
|
||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Werror -Wno-reorder")
|
||||
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c11 -Wall")
|
||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wno-reorder")
|
||||
ENDIF()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue