mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
This generates a different warning now, and is just wrong anyway.
This commit is contained in:
parent
b529282159
commit
a851e037c8
1 changed files with 2 additions and 2 deletions
|
@ -303,7 +303,7 @@ static int _terrain_canload( PM_PARAMS_CANLOAD ) {
|
||||||
|
|
||||||
|
|
||||||
/* keep the friggin compiler happy */
|
/* keep the friggin compiler happy */
|
||||||
*fileName = *fileName;
|
/**fileName = *fileName*/;
|
||||||
|
|
||||||
/* create pico parser */
|
/* create pico parser */
|
||||||
p = _pico_new_parser( (picoByte_t*) buffer, bufSize );
|
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 */
|
/* keep the friggin compiler happy */
|
||||||
*fileName = *fileName;
|
/**fileName = *fileName*/;
|
||||||
|
|
||||||
/* create pico parser */
|
/* create pico parser */
|
||||||
p = _pico_new_parser( (picoByte_t*) buffer, bufSize );
|
p = _pico_new_parser( (picoByte_t*) buffer, bufSize );
|
||||||
|
|
Loading…
Reference in a new issue