Skip to content

Commit 4a7342e

Browse files
Clang typo
1 parent 8bc4f6b commit 4a7342e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pybind11/detail/common.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
#endif
5353

5454
#ifdef PYBIND11_COMPILER_CLANG
55-
# define PYBIND11_DISABLE_WARNING_CLANG(name) PYBIND11_PRAGMA(clang diagnostic push # name)
55+
# define PYBIND11_DISABLE_WARNING_CLANG(name) PYBIND11_PRAGMA(clang diagnostic ignored # name)
5656
#else
5757
# define PYBIND11_DISABLE_WARNING_CLANG(name)
5858
#endif

0 commit comments

Comments
 (0)