Bug 945613 - Part 1: Suppress -Wdelete-non-virtual-dtor warning in nsAtomTable.cpp. r=ehsan

This commit is contained in:
Chris Peterson 2013-12-01 12:06:29 -08:00
parent 2bbc501134
commit eae4179189

View File

@ -24,6 +24,10 @@
using namespace mozilla;
#ifdef __GNUC__
#pragma GCC diagnostic ignored "-Wdelete-non-virtual-dtor"
#endif
/**
* The shared hash table for atom lookups.
*