minor warning fixes.

This commit is contained in:
Ozkan Sezer 2019-08-04 14:56:02 +03:00
parent 99c222cc77
commit 2467ed197c
2 changed files with 5 additions and 4 deletions

View file

@ -89,6 +89,9 @@ SDL_cpuinfo.obj: SDL_cpuinfo.c
SDL_rwops.obj: SDL_rwops.c
wcc386 $(CFLAGS) -wcd=136 -fo=$^@ $<
SDL_wave.obj: SDL_wave.c
wcc386 $(CFLAGS) -wcd=124 -fo=$^@ $<
SDL_blendfillrect.obj: SDL_blendfillrect.c
wcc386 $(CFLAGS) -wcd=200 -fo=$^@ $<