зеркало из https://github.com/mozilla/pjs.git
Bugzilla bug 221133: fixed unused variable warning on some platforms.
The patch is contributed by timeless@bemail.org. r=wtc.
This commit is contained in:
Родитель
e44bba809e
Коммит
1138321adf
|
@ -703,7 +703,9 @@ static int path_table_size = sizeof(path_table)/sizeof(path_table[0]);
|
||||||
char *fort_LookupFORTEZZAInitFile(void)
|
char *fort_LookupFORTEZZAInitFile(void)
|
||||||
{
|
{
|
||||||
char *fname = NULL;
|
char *fname = NULL;
|
||||||
|
#if defined(XP_UNIX) || defined(XP_WIN)
|
||||||
char *home = NULL;
|
char *home = NULL;
|
||||||
|
#endif
|
||||||
#ifdef XP_UNIX
|
#ifdef XP_UNIX
|
||||||
char unix_home[512];
|
char unix_home[512];
|
||||||
#endif
|
#endif
|
||||||
|
|
Загрузка…
Ссылка в новой задаче