mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Fixed warnings to compile on gcc with -Wall -pedantic -Wextra
This commit is contained in:
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.6)
|
||||
|
||||
project (YAML_CPP)
|
||||
|
||||
SET(CMAKE_CXX_FLAGS "-O2")
|
||||
SET(CMAKE_CXX_FLAGS "-O2 -Wall -pedantic -Wextra")
|
||||
|
||||
enable_testing()
|
||||
|
||||
|
Reference in New Issue
Block a user