mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-15 23:39:19 +00:00
Removed -Wall from makefile
This commit is contained in:
parent
f0aeb9437c
commit
3e560be234
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
|
||||
CC=g++
|
||||
SDL_CFLAGS = -Wall `sdl-config --cflags` `freetype-config --cflags`
|
||||
SDL_CFLAGS = `sdl-config --cflags` `freetype-config --cflags`
|
||||
SDL_LIBS = `sdl-config --libs` `freetype-config --libs` -lSDL_mixer -lSDL_ttf -lSDL_image
|
||||
|
||||
OBJS=actions.o ai.o ai_attack.o ai_move.o config.o dialogs.o display.o filesystem.o font.o game.o game_config.o game_events.o gamestatus.o hotkeys.o intro.o key.o language.o log.o map.o menu.o multiplayer.o pathfind.o playlevel.o playturn.o preferences.o replay.o sdl_utils.o sound.o team.o terrain.o unit.o unit_types.o video.o widgets/button.o widgets/slider.o widgets/textbox.o
|
||||
|
|
Loading…
Reference in New Issue
Block a user