mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2025-02-13 09:30:57 +00:00
more linux.
This commit is contained in:
parent
08022d33fd
commit
48415a355b
@ -5,11 +5,11 @@ set (PROJECT_TYPE "CXX")
|
||||
set (PROJECT_NAME "MPW Shell")
|
||||
|
||||
|
||||
set(CMAKE_CXX_FLAGS "-std=c++14 -g -Wall")
|
||||
set(CMAKE_CXX_FLAGS "-std=c++14 -g -Wall -Wno-unused-variable")
|
||||
|
||||
if(${CMAKE_CXX_COMPILER_ID} MATCHES "Clang")
|
||||
#set(CMAKE_CXX_COMPILER "clang++")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-const-variable -Wno-unused-variable -Wno-multichar -Wno-c++11-extensions")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-const-variable -Wno-multichar")
|
||||
endif()
|
||||
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include <cctype>
|
||||
#include <cassert>
|
||||
#include <cerrno>
|
||||
#include <cstring>
|
||||
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
|
Loading…
x
Reference in New Issue
Block a user