1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00

Ugh, really suppress clang warning for GetCPUInformation().

This commit is contained in:
Scott Ehlert 2012-05-29 19:59:24 -05:00
parent 722d1d9293
commit 3038e8311f

View File

@ -832,6 +832,7 @@ struct CPUInformation
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunknown-pragmas"
#pragma clang diagnostic ignored "-Wreturn-type-c-linkage"
#endif