mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
fix the "ANSI C forbids an empty source file" warning.
of course this introduce the "defined but not used" warning. I'll fix that when later.
This commit is contained in:
parent
9bef23e66b
commit
d07322f19a
@ -145,3 +145,6 @@ done:
|
||||
#endif
|
||||
}
|
||||
#endif /* no __sgi */
|
||||
|
||||
/* Some compilers don't like an empty source file. */
|
||||
static int dummy = 0;
|
||||
|
@ -68,3 +68,6 @@ vsnprintf(str, n, fmt, ap)
|
||||
}
|
||||
|
||||
#endif /* HAVE_SNPRINTF */
|
||||
|
||||
/* Some compilers don't like an empty source file. */
|
||||
static int dummy;
|
||||
|
Loading…
x
Reference in New Issue
Block a user