mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-03 16:13:22 +08:00
Fixed gcc-4.4 errors (bug 4346, r=dvander).
This commit is contained in:
parent
12a50a43c2
commit
eb79dd725f
@ -531,7 +531,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
|
||||||
}
|
}
|
||||||
|
@ -288,7 +288,7 @@ typedef void * HINSTANCE;
|
|||||||
|
|
||||||
#elif _LINUX
|
#elif _LINUX
|
||||||
#define DECL_ALIGN(x) __attribute__((aligned(x)))
|
#define DECL_ALIGN(x) __attribute__((aligned(x)))
|
||||||
#elif
|
#else
|
||||||
#define DECL_ALIGN(x) /* */
|
#define DECL_ALIGN(x) /* */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user