Skip to content

Commit 9576122

Browse files
committed
Enable -Wstrict-aliasing warning
1 parent 4853408 commit 9576122

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/pybind11/pybind11.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
# pragma GCC diagnostic ignored "-Wunused-but-set-parameter"
3636
# pragma GCC diagnostic ignored "-Wunused-but-set-variable"
3737
# pragma GCC diagnostic ignored "-Wmissing-field-initializers"
38-
# pragma GCC diagnostic ignored "-Wstrict-aliasing"
3938
# pragma GCC diagnostic ignored "-Wattributes"
4039
# if __GNUC__ >= 7
4140
# pragma GCC diagnostic ignored "-Wnoexcept-type"

0 commit comments

Comments
 (0)