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:
parent
c1fcf99ea7
commit
faa5d8bbf5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue