Skip to content

Commit 0089c6d

Browse files
committed
Removing pragma GCC -Wunused-but-set-parameter
1 parent ee5c9ae commit 0089c6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/pybind11/pybind11.h

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
# pragma warning(disable: 4505) // warning C4505: 'PySlice_GetIndicesEx': unreferenced local function has been removed (PyPy only)
3333
#elif defined(__GNUG__) && !defined(__clang__)
3434
# pragma GCC diagnostic push
35-
# pragma GCC diagnostic ignored "-Wunused-but-set-parameter"
3635
# pragma GCC diagnostic ignored "-Wunused-but-set-variable"
3736
# pragma GCC diagnostic ignored "-Wmissing-field-initializers"
3837
# pragma GCC diagnostic ignored "-Wattributes"

0 commit comments

Comments
 (0)