mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
Allow compilation on gcc/clang without -Wno-unknown-pragmas.
This commit is contained in:
@ -32,7 +32,9 @@
|
||||
#include "shaderlib/ShaderDLL.h"
|
||||
|
||||
// make "local variable is initialized but not referenced" warnings errors for combo checking macros
|
||||
#ifdef _WIN32
|
||||
#pragma warning ( error : 4189 )
|
||||
#endif
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Global interfaces
|
||||
|
Reference in New Issue
Block a user