remove -Wno-missing-field-initializers
This commit is contained in:
parent
c588f3ae65
commit
81b9688f83
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
CC = cc
|
CC = cc
|
||||||
CFLAGS = -Wall -Wextra -Wno-missing-field-initializers -std=c99
|
CFLAGS = -Wall -Wextra -std=c99
|
||||||
LDFLAGS = -lxcb -lasound
|
LDFLAGS = -lxcb -lasound
|
||||||
OBJFILES = alsa.o battery.o bspwm.o datetime.o file.o thermal.o tstatus.o
|
OBJFILES = alsa.o battery.o bspwm.o datetime.o file.o thermal.o tstatus.o
|
||||||
TARGET = tstatus
|
TARGET = tstatus
|
||||||
|
|
Loading…
Reference in New Issue