src/cx/test.h

changeset 814
5f9e07d3dd6c
parent 784
ba5faf85dec6
     1.1 --- a/src/cx/test.h	Tue Jan 16 23:43:27 2024 +0100
     1.2 +++ b/src/cx/test.h	Wed Jan 17 21:01:50 2024 +0100
     1.3 @@ -86,6 +86,11 @@
     1.4  #define __FUNCTION__ __func__
     1.5  #endif
     1.6  
     1.7 +//
     1.8 +#if !defined(__clang__) && __GNUC__ > 3
     1.9 +#pragma GCC diagnostic ignored "-Wclobbered"
    1.10 +#endif
    1.11 +
    1.12  #ifndef UCX_COMMON_H
    1.13  /**
    1.14   * Function pointer compatible with fwrite-like functions.

mercurial