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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user