Parcourir la source

* buffer.c: work around GCC bug 109856

Paul Eggert il y a 1 an
Parent
commit
9ee30c9804
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      src/buffer.c

+ 5 - 0
src/buffer.c

@@ -32,6 +32,11 @@
 #include "common.h"
 #include <rmt.h>
 
+/* Work around GCC bug 109856.  */
+# if 13 <= __GNUC__
+#  pragma GCC diagnostic ignored "-Wnull-dereference"
+# endif
+
 /* Number of retries before giving up on read.  */
 #define READ_ERROR_MAX 10