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.
This commit is contained in:
Vadim Zeitlin 2022-01-15 16:40:46 +01:00
commit faa5d8bbf5

View file

@ -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 */