Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Commit 0753e37

Browse files
committed
CMakeLists: added extra warning flags
1 parent 6a9f24a commit 0753e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -O3 -Wall -Wno-reorder")
1+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -O3 -Wall -Wextra -Wno-unused-parameter -Wno-reorder")
22
set(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib)
33

44
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_HOME_DIRECTORY}/cmake/Modules/")

0 commit comments

Comments
 (0)