diff --git a/public/tier0/platform.h b/public/tier0/platform.h index 66add833..1fad3681 100644 --- a/public/tier0/platform.h +++ b/public/tier0/platform.h @@ -824,8 +824,18 @@ struct CPUInformation tchar* m_szProcessorID; // Processor vendor Identification. }; +#ifdef __clang__ +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wreturn-type-c-linkage" +#endif + PLATFORM_INTERFACE const CPUInformation& GetCPUInformation(); +#ifdef __clang__ +#pragma clang diagnostic pop +#endif + PLATFORM_INTERFACE void GetCurrentDate( int *pDay, int *pMonth, int *pYear ); // ---------------------------------------------------------------------------------- //