Skip to content

Commit ccbf52f

Browse files
authored
Add #pragma GCC system_header
1 parent 9c485ed commit ccbf52f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpy/include/numpy.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#pragma GCC diagnostic push
2121
#pragma GCC diagnostic ignored "-Wall"
2222
#pragma GCC diagnostic ignored "-Wextra"
23+
#pragma GCC system_header
2324
#endif
2425
#endif
2526

0 commit comments

Comments
 (0)