mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-05 17:13:36 +08:00
Fixed gcc-4.4 errors (bug 4346, r=dvander).
This commit is contained in:
parent
292352ea2d
commit
cb7be8d945
@ -489,7 +489,7 @@ bool IsLowViolenceBuild( void )
|
|||||||
return retVal;
|
return retVal;
|
||||||
#elif _LINUX
|
#elif _LINUX
|
||||||
return false;
|
return false;
|
||||||
#elif
|
#else
|
||||||
#error "Fix me"
|
#error "Fix me"
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
@ -254,7 +254,7 @@ typedef void * HINSTANCE;
|
|||||||
#elif _LINUX
|
#elif _LINUX
|
||||||
#define ALIGN16 __attribute__((aligned(16)))
|
#define ALIGN16 __attribute__((aligned(16)))
|
||||||
#define ALIGN32 __attribute__((aligned(32)))
|
#define ALIGN32 __attribute__((aligned(32)))
|
||||||
#elif
|
#else
|
||||||
#define ALIGN16 /* */
|
#define ALIGN16 /* */
|
||||||
#define ALIGN32 /* */
|
#define ALIGN32 /* */
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user