mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
Fix to shut up the compilers on OSF/1.
This commit is contained in:
parent
c6f12a4376
commit
232e3ba63b
@ -20,4 +20,8 @@
|
||||
|
||||
#ifdef FEATURE_BIG5CNS
|
||||
#include "cns2b5.i00"
|
||||
#else
|
||||
#ifdef OSF1
|
||||
static int dumbcc = 0; /* The 3.2 compiler aborts when there's "nothing to compile", and 4.0 warns. This fixes both problems. */
|
||||
#endif
|
||||
#endif
|
||||
|
@ -149,4 +149,8 @@ MODULE_PRIVATE XP_Bool INTL_GetSendHankakuKana()
|
||||
return send_hankaku_kana;
|
||||
}
|
||||
|
||||
#else
|
||||
#ifdef OSF1
|
||||
static int dumbcc = 0; /* The 3.2 compiler aborts when there's "nothing to compile", and 4.0 warns. This fixes both problems. */
|
||||
#endif
|
||||
#endif /* MOZ_MAIL_NEWS */
|
||||
|
@ -152,4 +152,8 @@ lm_DefineHardware(MochaDecoder *decoder, JSObject *parent)
|
||||
decoder->hardware = obj;
|
||||
return obj;
|
||||
}
|
||||
#else
|
||||
#ifdef OSF1
|
||||
static int dumbcc = 0; /* The 3.2 compiler aborts when there's "nothing to compile", and 4.0 warns. This fixes both problems. */
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user