]> code.delx.au - gnu-emacs/blobdiff - src/bytecode.c
Work around GCC bug 54561 in a better way
[gnu-emacs] / src / bytecode.c
index bb7922d54a49f3f3eb98aa0e0b21ecd0b6e30542..1b02c60c618d075c373e7b08f9716ef74d162bd8 100644 (file)
@@ -32,6 +32,11 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "xterm.h"
 #endif
 
+/* Work around GCC bug 54561.  */
+#if GNUC_PREREQ (4, 3, 0)
+# pragma GCC diagnostic ignored "-Wclobbered"
+#endif
+
 /*
  * define BYTE_CODE_SAFE to enable some minor sanity checking (useful for
  * debugging the byte compiler...)