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

Commit 09b93b3

Browse files
committed
CMakeLists.txt: added extra warning flags
1 parent 0c7c5c3 commit 09b93b3

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,5 +1,5 @@
11
add_definitions(-DBOOST_LOG_DYN_LINK)
2-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -std=c++11 -pthread -Wall -Wno-reorder")
2+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -std=c++11 -pthread -Wall -Wextra -Wno-unused-parameter -Wno-reorder")
33
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}/cmake/Modules/")
44

55
if(APPLE)

0 commit comments

Comments
 (0)