mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
FINALROMビルド時のワーニング修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20080524_SDK500fc_plus4_branch@1569 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
f1f28d536a
commit
f56a92e996
@ -784,6 +784,9 @@ static void NAMUTi_ClearWiFiSettings( void )
|
|||||||
*---------------------------------------------------------------------------*/
|
*---------------------------------------------------------------------------*/
|
||||||
static void PrintDirectory(s32 depth, const char* path)
|
static void PrintDirectory(s32 depth, const char* path)
|
||||||
{
|
{
|
||||||
|
#ifdef SDK_FINALROM
|
||||||
|
#pragma unused(path)
|
||||||
|
#endif
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
for (i=0; i<depth; i++)
|
for (i=0; i<depth; i++)
|
||||||
@ -805,6 +808,9 @@ static void PrintDirectory(s32 depth, const char* path)
|
|||||||
*---------------------------------------------------------------------------*/
|
*---------------------------------------------------------------------------*/
|
||||||
static void PrintFile(s32 depth, const char* filename)
|
static void PrintFile(s32 depth, const char* filename)
|
||||||
{
|
{
|
||||||
|
#ifdef SDK_FINALROM
|
||||||
|
#pragma unused(filename)
|
||||||
|
#endif
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
for (i=0; i<depth+1; i++)
|
for (i=0; i<depth+1; i++)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user