mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 14:21:36 +00:00
Fix some comment styles...
This commit is contained in:
parent
24acaa4eaf
commit
0674457c51
1 changed files with 4 additions and 4 deletions
8
gmqcc.h
8
gmqcc.h
|
@ -34,10 +34,10 @@
|
|||
* of my time.
|
||||
*/
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning(disable : 4244 ) // conversion from 'int' to 'float', possible loss of data
|
||||
# pragma warning(disable : 4018 ) // signed/unsigned mismatch
|
||||
# pragma warning(disable : 4996 ) // This function or variable may be unsafe
|
||||
# pragma warning(disable : 4700 ) // uninitialized local variable used
|
||||
# pragma warning(disable : 4244 ) /* conversion from 'int' to 'float', possible loss of data */
|
||||
# pragma warning(disable : 4018 ) /* signed/unsigned mismatch */
|
||||
# pragma warning(disable : 4996 ) /* This function or variable may be unsafe */
|
||||
# pragma warning(disable : 4700 ) /* uninitialized local variable used */
|
||||
#endif
|
||||
|
||||
#define GMQCC_VERSION_MAJOR 0
|
||||
|
|
Loading…
Reference in a new issue