From faa5d8bbf5976fde9ccc45f754c104558affb08f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 15 Jan 2022 16:40:46 +0100 Subject: [PATCH] Change value of WARN_C_UNSUPPORTTED for consistency Use consecutive value for the C-specific warnings instead of reserving the first and last values of the range for consistency with the other modules. --- Source/Include/swigwarn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Include/swigwarn.h b/Source/Include/swigwarn.h index b12cce942..12e4ab675 100644 --- a/Source/Include/swigwarn.h +++ b/Source/Include/swigwarn.h @@ -256,7 +256,7 @@ /* please leave 740-759 free for Python */ #define WARN_C_TYPEMAP_CTYPE_UNDEF 760 -#define WARN_C_UNSUPPORTTED 779 +#define WARN_C_UNSUPPORTTED 761 /* please leave 760-779 free for C */