Skip to content

Commit 56cddea

Browse files
EthanSteinbergrwgk
authored andcommitted
Clang typo
1 parent 1b6785c commit 56cddea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pybind11/detail/common.h

Lines changed: 1 addition & 1 deletion
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)