mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: misc build fixes for clang with mingw
This commit is contained in:
@@ -471,7 +471,7 @@ static int ID_ProcessWMIC( bloomfilter_t *value, const wchar_t *cmdline )
|
||||
return 0;
|
||||
|
||||
pbuf = COM_ParseFile( buffer, token, sizeof( token )); // Header
|
||||
while( pbuf = COM_ParseFile( pbuf, token, sizeof( token )))
|
||||
while(( pbuf = COM_ParseFile( pbuf, token, sizeof( token ))))
|
||||
{
|
||||
if( !ID_VerifyHEX( token ))
|
||||
continue;
|
||||
@@ -492,7 +492,7 @@ static int ID_CheckWMIC( bloomfilter_t value, const wchar_t *cmdline )
|
||||
return 0;
|
||||
|
||||
pbuf = COM_ParseFile( buffer, token, sizeof( token )); // Header
|
||||
while( pbuf = COM_ParseFile( pbuf, token, sizeof( token )))
|
||||
while(( pbuf = COM_ParseFile( pbuf, token, sizeof( token ))))
|
||||
{
|
||||
bloomfilter_t filter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user