Skip to content

Commit 091c7d4

Browse files
committed
Win32: Make waring 4013 error
``` 'function' undefined; assuming extern returning int The compiler encountered a call to an undefined function. ```
1 parent 0fc7002 commit 091c7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/Makefile.sub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ COMPILERFLAG = -Zm600
279279
!if $(MSC_VER) >= 1400
280280
WARNFLAGS = -W2 -wd4100 -wd4127 -wd4210 -wd4214 -wd4255 -wd4574 \
281281
-wd4668 -wd4710 -wd4711 -wd4820 -wd4996 \
282-
-we4028 -we4142 -we4047
282+
-we4028 -we4142 -we4047 -we4013
283283
!else
284284
WARNFLAGS = -W2
285285
!endif

0 commit comments

Comments
 (0)