Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pierre Kim
OpenRCT2-mod
Commits
3ffc3fa6
Unverified
Commit
3ffc3fa6
authored
6 years ago
by
TheAssassin
Committed by
GitHub
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Remove redundant VS C++ flag
parent
c01a669c
develop
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-1
CMakeLists.txt
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
+
1
-
1
View file @
3ffc3fa6
...
...
@@ -88,7 +88,7 @@ function (ADD_CHECK_CXX_COMPILER_FLAG _CXXFLAGS _CACHE_VAR _FLAG)
endfunction
()
if
(
MSVC
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
/utf-8
/std:c++latest
/permissive- /Zc:externConstexpr /WX"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
/utf-8 /permissive- /Zc:externConstexpr /WX"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
/wd4244"
)
# C4244: 'conversion_type': conversion from 'type1' to 'type2', possible loss of data
add_definitions
(
-D_CRT_SECURE_NO_WARNINGS
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help