mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00

* Link non-component libs using -Wl,-enable-runtime-psuedo-relocs to workaround auto-import issues * the last element of an enum cannot end with a comma * PRUint16 is not interchangable with PRUnichar nor WCHAR * cannot take the address of or call ::main() from another c++ function * Functions declared within |class foo {};| block do not need extra |foo::| qualification * GCC no longer implements <varargs.h>. Use <stdarg.h> instead Bug #217009 sr=dbaron