src/cx/test.h

changeset 814
5f9e07d3dd6c
parent 784
ba5faf85dec6
child 890
54565fd74e74
--- a/src/cx/test.h	Tue Jan 16 23:43:27 2024 +0100
+++ b/src/cx/test.h	Wed Jan 17 21:01:50 2024 +0100
@@ -86,6 +86,11 @@
 #define __FUNCTION__ __func__
 #endif
 
+//
+#if !defined(__clang__) && __GNUC__ > 3
+#pragma GCC diagnostic ignored "-Wclobbered"
+#endif
+
 #ifndef UCX_COMMON_H
 /**
  * Function pointer compatible with fwrite-like functions.

mercurial