1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 12:06:07 +08:00

Fixed restrict errors in bitbuf when compling on clang.

This commit is contained in:
Nicholas Hastings
2013-10-13 10:25:08 -04:00
parent 9889382863
commit d4c0dc2f11
2 changed files with 9 additions and 9 deletions

View File

@ -849,7 +849,7 @@ void bf_read::SetDebugName( const char *pName )
m_pDebugName = pName;
}
void bf_read::SetOverflowFlag()
void bf_read::SetOverflowFlag() RESTRICT
{
if ( m_bAssertOnOverflow )
{