mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 166257: declare 'temp' with #if DEBUG because it is only used in code
that is ifdef'd with DEBUG. Thanks to timeless@bemail.org for the patch.
This commit is contained in:
parent
ba0e03e53e
commit
45243e441e
@ -1296,7 +1296,9 @@ ConvertUnixPathToMacPath(const char *unixPath, char **macPath)
|
||||
|
||||
FSSpec foundSpec;
|
||||
short pathBufferSize;
|
||||
#if DEBUG
|
||||
char *temp;
|
||||
#endif
|
||||
int tempLen;
|
||||
|
||||
// Are we dealing with the temp folder?
|
||||
|
Loading…
Reference in New Issue
Block a user