mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 16:57:36 +00:00
add static to reduce Macintosh compiler warnings
This commit is contained in:
parent
f1cad0aeb2
commit
11382522e8
@ -431,6 +431,7 @@ void DebugDumpContainmentRules(nsIDTD& theDTD,const char* aFilename,const char*
|
||||
|
||||
static PRUint32 crc_table[256];
|
||||
|
||||
static
|
||||
void gen_crc_table() {
|
||||
/* generate the table of CRC remainders for all possible bytes */
|
||||
int i, j;
|
||||
|
@ -431,6 +431,7 @@ void DebugDumpContainmentRules(nsIDTD& theDTD,const char* aFilename,const char*
|
||||
|
||||
static PRUint32 crc_table[256];
|
||||
|
||||
static
|
||||
void gen_crc_table() {
|
||||
/* generate the table of CRC remainders for all possible bytes */
|
||||
int i, j;
|
||||
|
Loading…
x
Reference in New Issue
Block a user