[warnings] fix clang-tidy issues in uwac

This commit is contained in:
akallabeth 2024-08-29 15:10:08 +02:00
parent 24cd7828c9
commit 457d6f7578
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -32,7 +32,7 @@
#pragma clang diagnostic ignored "-Wreserved-id-macro"
#endif
#define _GNU_SOURCE
#define _GNU_SOURCE // NOLINT(bugprone-reserved-identifier)
#if defined(__clang__)
#pragma clang diagnostic pop