mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-23 01:59:43 +08:00
Fixed gcc-4.4 errors (bug 4346, r=dvander).
This commit is contained in:
parent
eb8d0a0de2
commit
e1e0385dc3
@ -531,7 +531,7 @@ bool IsLowViolenceBuild( void )
|
||||
return retVal;
|
||||
#elif _LINUX
|
||||
return false;
|
||||
#elif
|
||||
#else
|
||||
#error "Fix me"
|
||||
#endif
|
||||
}
|
||||
|
@ -288,7 +288,7 @@ typedef void * HINSTANCE;
|
||||
|
||||
#elif _LINUX
|
||||
#define DECL_ALIGN(x) __attribute__((aligned(x)))
|
||||
#elif
|
||||
#else
|
||||
#define DECL_ALIGN(x) /* */
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user