mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 21:17:52 +00:00
Bug 596070: s/don't/do not/ in #warning message, to fix "missing terminating ' character" build warning. r=dougt a=dougt
This commit is contained in:
parent
2844cbb054
commit
49dbdca896
@ -402,7 +402,7 @@ RealBreak()
|
||||
raise(SIGTRAP);
|
||||
#endif
|
||||
#else
|
||||
#warning don't know how to break on this platform
|
||||
#warning do not know how to break on this platform
|
||||
#endif
|
||||
}
|
||||
|
||||
@ -506,7 +506,7 @@ Break(const char *aMsg)
|
||||
#elif defined(SOLARIS)
|
||||
RealBreak();
|
||||
#else
|
||||
#warning don't know how to break on this platform
|
||||
#warning do not know how to break on this platform
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user