We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5c9ae commit 0089c6dCopy full SHA for 0089c6d
include/pybind11/pybind11.h
@@ -32,7 +32,6 @@
32
# pragma warning(disable: 4505) // warning C4505: 'PySlice_GetIndicesEx': unreferenced local function has been removed (PyPy only)
33
#elif defined(__GNUG__) && !defined(__clang__)
34
# pragma GCC diagnostic push
35
-# pragma GCC diagnostic ignored "-Wunused-but-set-parameter"
36
# pragma GCC diagnostic ignored "-Wunused-but-set-variable"
37
# pragma GCC diagnostic ignored "-Wmissing-field-initializers"
38
# pragma GCC diagnostic ignored "-Wattributes"
0 commit comments