mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Win32: Make waring 4013 error
``` 'function' undefined; assuming extern returning int The compiler encountered a call to an undefined function. ```
This commit is contained in:
parent
0fc70022e6
commit
091c7d4a54
Notes:
git
2024-12-01 09:02:21 +00:00
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ COMPILERFLAG = -Zm600
|
|||
!if $(MSC_VER) >= 1400
|
||||
WARNFLAGS = -W2 -wd4100 -wd4127 -wd4210 -wd4214 -wd4255 -wd4574 \
|
||||
-wd4668 -wd4710 -wd4711 -wd4820 -wd4996 \
|
||||
-we4028 -we4142 -we4047
|
||||
-we4028 -we4142 -we4047 -we4013
|
||||
!else
|
||||
WARNFLAGS = -W2
|
||||
!endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue