Merge branch 'hotfix-0.3.1'
This commit is contained in:
commit
1d000a0684
@ -323,6 +323,7 @@ if(MSVC)
|
||||
|
||||
# Treat some warnings as errors
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /we4133")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /we4013")
|
||||
|
||||
# Enable /Zc:strictStrings when msvc_ver > 2012 and build_type != Debug
|
||||
if((MSVC_VERSION GREATER 1700) AND NOT (CMAKE_BUILD_TYPE STREQUAL "Debug"))
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include "../src/gmio_core/error.h"
|
||||
#include "../src/gmio_stl/stl_error.h"
|
||||
#include "../src/gmio_stl/stl_infos.h"
|
||||
#include "../src/gmio_core/internal/helper_stream.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user