Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
d15b217f
"tests/test_class.cpp" did not exist on "5fffe200e337f1a1bb13034fac29a63ad6eae304"
Commit
d15b217f
authored
May 09, 2017
by
Jason Rhinelander
Browse files
Only disable -Wnoexcept-type on gcc >= 7
parent
616e3d8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
include/pybind11/pybind11.h
include/pybind11/pybind11.h
+3
-1
No files found.
include/pybind11/pybind11.h
View file @
d15b217f
...
...
@@ -31,7 +31,9 @@
# pragma GCC diagnostic ignored "-Wmissing-field-initializers"
# pragma GCC diagnostic ignored "-Wstrict-aliasing"
# pragma GCC diagnostic ignored "-Wattributes"
# pragma GCC diagnostic ignored "-Wnoexcept-type"
# if __GNUC__ >= 7
# pragma GCC diagnostic ignored "-Wnoexcept-type"
# endif
#endif
#include "attr.h"
...
...
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