Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
408cad38
Commit
408cad38
authored
Mar 21, 2001
by
Brad King
Browse files
ERR: Added pragma to disable symbol length warning for Intel compiler.
parent
20fb92d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Source/cmStandardIncludes.h
View file @
408cad38
...
...
@@ -32,6 +32,10 @@
#define for if(false) {} else for
#endif
#ifdef __ICL
#pragma warning ( disable : 985 )
#endif
#ifndef CMAKE_NO_ANSI_STREAM_HEADERS
#include <fstream>
#include <iostream>
...
...
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