mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 03:56:10 +08:00
Allow compilation on gcc/clang without -Wno-unknown-pragmas.
This commit is contained in:
@ -13,7 +13,9 @@
|
||||
|
||||
#include "cbase.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#pragma warning( disable : 4800 ) // disable forcing int to bool performance warning
|
||||
#endif
|
||||
|
||||
// VGUI panel includes
|
||||
#include <vgui_controls/Panel.h>
|
||||
|
Reference in New Issue
Block a user