mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Ugh, really suppress clang warning for GetCPUInformation().
This commit is contained in:
@ -832,6 +832,7 @@ struct CPUInformation
|
|||||||
|
|
||||||
#ifdef __clang__
|
#ifdef __clang__
|
||||||
#pragma clang diagnostic push
|
#pragma clang diagnostic push
|
||||||
|
#pragma clang diagnostic ignored "-Wunknown-pragmas"
|
||||||
#pragma clang diagnostic ignored "-Wreturn-type-c-linkage"
|
#pragma clang diagnostic ignored "-Wreturn-type-c-linkage"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user