changeset 29499:f152b41862d9

Silence compiler warning in intprops-wrappers.c (bug #60316) * intprops-wrappers.c: Disable "-Wtype-limits" warning for gcc.
author Rik <rik@octave.org>
date Tue, 06 Apr 2021 13:59:40 -0700
parents 5384bb4efc51
children 5fad0c81f7db
files liboctave/wrappers/intprops-wrappers.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/wrappers/intprops-wrappers.c	Tue Apr 06 21:26:52 2021 +0200
+++ b/liboctave/wrappers/intprops-wrappers.c	Tue Apr 06 13:59:40 2021 -0700
@@ -38,6 +38,7 @@
 
 #if defined (HAVE_PRAGMA_GCC_DIAGNOSTIC)
 #  pragma GCC diagnostic ignored "-Wsign-compare"
+#  pragma GCC diagnostic ignored "-Wtype-limits"
 #endif
 
 int