mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 12:36:05 +08:00
Allow compilation on gcc/clang without -Wno-unknown-pragmas.
This commit is contained in:
@ -3,7 +3,9 @@
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================//
|
||||
#ifdef _WIN32
|
||||
#pragma warning( disable : 4244 ) // conversion from 'double' to 'float', possible loss of data
|
||||
#endif
|
||||
|
||||
#include <vgui/IScheme.h>
|
||||
#include <vgui/ISurface.h>
|
||||
|
Reference in New Issue
Block a user