This generates a different warning now, and is just wrong anyway.

This commit is contained in:
Jay Dolan 2016-12-31 15:55:29 -05:00
parent b529282159
commit a851e037c8
1 changed files with 2 additions and 2 deletions

View File

@ -303,7 +303,7 @@ static int _terrain_canload( PM_PARAMS_CANLOAD ) {
/* keep the friggin compiler happy */
*fileName = *fileName;
/**fileName = *fileName*/;
/* create pico parser */
p = _pico_new_parser( (picoByte_t*) buffer, bufSize );
@ -356,7 +356,7 @@ static picoModel_t *_terrain_load( PM_PARAMS_LOAD ) {
/* keep the friggin compiler happy */
*fileName = *fileName;
/**fileName = *fileName*/;
/* create pico parser */
p = _pico_new_parser( (picoByte_t*) buffer, bufSize );