This commit is contained in:
Kelvin Sherlock 2016-11-04 15:49:10 -04:00
parent e9406cd870
commit bb0633fbde
2 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
add_compile_options(-g -Wall -Wno-unknown-pragmas)
add_compile_options(-g -Wall -Wno-unknown-pragmas -Wno-multichar)
elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")

View File

@ -33,6 +33,9 @@
#include <fcntl.h>
#include <unistd.h>
#include <strings.h>
#include <stdlib.h>
#include <strings.h>
using namespace MacOS;