2025-12-14 03:10 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbzebra/datamtrx.c
* extended GCC excessive diagnostics workaround also for GCC-15 to fix
strict mode in CI
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
|
||||
#include "hbzebra.h"
|
||||
|
||||
#if defined( __GNUC__ ) && __GNUC__ >= 12 && __GNUC__ <= 14
|
||||
#if defined( __GNUC__ ) && __GNUC__ >= 12 && __GNUC__ <= 15
|
||||
/* workaround for GCC bug */
|
||||
#pragma GCC diagnostic ignored "-Warray-bounds"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user