* lib/diffseq.h (compareseq): Move into the scope of the '#pragma GCC
diagnostic'.
+2023-05-26 Bruno Haible <bruno@clisp.org>
+
+ diffseq: Silence another gcc warning.
+ * lib/diffseq.h (compareseq): Move into the scope of the '#pragma GCC
+ diagnostic'.
+
2023-05-26 Bruno Haible <bruno@clisp.org>
copy-file: Silence gcc warnings.
#undef XREF_YREF_EQUAL
}
-#if __GNUC__ + (__GNUC_MINOR__ >= 7) > 4
-# pragma GCC diagnostic pop
-#endif
-
/* Compare in detail contiguous subsequences of the two vectors
which are known, as a whole, to match each other.
#undef XREF_YREF_EQUAL
}
+#if __GNUC__ + (__GNUC_MINOR__ >= 7) > 4
+# pragma GCC diagnostic pop
+#endif
+
#undef ELEMENT
#undef EQUAL
#undef OFFSET