Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tiago Peixoto
graph-tool
Commits
5a424b4c
Commit
5a424b4c
authored
Jun 01, 2011
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove annoying GCC warnings when compiling without openmp
parent
51195c11
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configure.ac
configure.ac
+1
-1
No files found.
configure.ac
View file @
5a424b4c
...
@@ -52,7 +52,7 @@ dnl set template depth and hidden visibility
...
@@ -52,7 +52,7 @@ dnl set template depth and hidden visibility
[CXXFLAGS="${CXXFLAGS} -ftemplate-depth-150"]
[CXXFLAGS="${CXXFLAGS} -ftemplate-depth-150"]
dnl disable deprecation warning, to silence some harmless BGL-related warnings
dnl disable deprecation warning, to silence some harmless BGL-related warnings
[CXXFLAGS="${CXXFLAGS} -Wno-deprecated"]
[CXXFLAGS="${CXXFLAGS} -Wno-deprecated
-Wno-unknown-pragmas
"]
AC_MSG_CHECKING(whether to enable function inlining...)
AC_MSG_CHECKING(whether to enable function inlining...)
...
...
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