Skip to content

Commit

Permalink
Clang typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg committed Oct 25, 2022
1 parent 8bc4f6b commit 4a7342e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pybind11/detail/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#endif

#ifdef PYBIND11_COMPILER_CLANG
# define PYBIND11_DISABLE_WARNING_CLANG(name) PYBIND11_PRAGMA(clang diagnostic push # name)
# define PYBIND11_DISABLE_WARNING_CLANG(name) PYBIND11_PRAGMA(clang diagnostic ignored # name)
#else
# define PYBIND11_DISABLE_WARNING_CLANG(name)
#endif
Expand Down

0 comments on commit 4a7342e

Please sign in to comment.