Added reference to unused variable to avoid GCC 4.6 warning.
This commit is contained in:
@@ -195,6 +195,11 @@ void AddSubSearchPathFromWinBin (SearchPath* P, const char* SubDir)
|
|||||||
/* Add the search path */
|
/* Add the search path */
|
||||||
AddSearchPath (P, Dir);
|
AddSearchPath (P, Dir);
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
(void) P;
|
||||||
|
(void) SubDir;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ StrBuf* GenKoala (const Bitmap* B, const Collection* A attribute ((unused)))
|
|||||||
SB_AppendChar (D, 0x44);
|
SB_AppendChar (D, 0x44);
|
||||||
|
|
||||||
/* TODO: The actual work ;-) */
|
/* TODO: The actual work ;-) */
|
||||||
(void)Screen;
|
(void) Screen;
|
||||||
|
|
||||||
/* Return the converted bitmap */
|
/* Return the converted bitmap */
|
||||||
return D;
|
return D;
|
||||||
|
|||||||
Reference in New Issue
Block a user