Skip to content

Commit 281e752

Browse files
committed
More #warning backwards compatibility fixes
Signed-off-by: Alecto Irene Perez <perez.cs@pm.me>
1 parent d9a6b5b commit 281e752

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/SelfTest/UsageTests/Message.tests.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ std::ostream& operator<<(std::ostream& out, helper_1436<T1, T2> const& helper) {
247247
#elif defined(__clang__)
248248
#pragma clang diagnostic push
249249
#pragma clang diagnostic ignored "-Wunknown-pragmas"
250+
#pragma clang diagnostic ignored "-Wunknown-warning-option"
250251
#pragma clang diagnostic ignored "-Wdeprecated-comma-subscript"
251252
#pragma clang diagnostic ignored "-Wunused-value"
252253
#endif

0 commit comments

Comments
 (0)