Lines Matching full:diagnostic
59 DIAG_DO_PRAGMA(clang diagnostic push) \
60 DIAG_DO_PRAGMA(clang diagnostic ignored "-Wassign-enum")
62 DIAG_DO_PRAGMA(clang diagnostic pop)
75 DIAG_DO_PRAGMA(clang diagnostic push) \
76 DIAG_DO_PRAGMA(clang diagnostic ignored "-Wassign-enum")
78 DIAG_DO_PRAGMA(clang diagnostic pop)
94 DIAG_DO_PRAGMA(clang diagnostic push) \
95 DIAG_DO_PRAGMA(clang diagnostic ignored "-Wcast-qual")
97 DIAG_DO_PRAGMA(clang diagnostic pop)
103 DIAG_DO_PRAGMA(clang diagnostic push) \
104 DIAG_DO_PRAGMA(clang diagnostic ignored "-Wdeprecated-declarations")
106 DIAG_DO_PRAGMA(clang diagnostic pop)
117 DIAG_DO_PRAGMA(clang diagnostic push) \
118 DIAG_DO_PRAGMA(clang diagnostic ignored "-Wc11-extensions")
120 DIAG_DO_PRAGMA(clang diagnostic pop)
130 DIAG_DO_PRAGMA(clang diagnostic push) \
131 DIAG_DO_PRAGMA(clang diagnostic ignored "-Wstrict-prototypes")
133 DIAG_DO_PRAGMA(clang diagnostic pop)
143 DIAG_DO_PRAGMA(GCC diagnostic push) \
144 DIAG_DO_PRAGMA(GCC diagnostic ignored "-Wcast-qual")
146 DIAG_DO_PRAGMA(GCC diagnostic pop)
158 DIAG_DO_PRAGMA(GCC diagnostic push) \
159 DIAG_DO_PRAGMA(GCC diagnostic ignored "-Wunused-result")
161 DIAG_DO_PRAGMA(GCC diagnostic pop)
168 DIAG_DO_PRAGMA(GCC diagnostic push) \
169 DIAG_DO_PRAGMA(GCC diagnostic ignored "-Wdeprecated-declarations")
171 DIAG_DO_PRAGMA(GCC diagnostic pop)