Skip to content

Commit ac674cb

Browse files
committed
Ignore maybe uninitialized warning
1 parent 454b7aa commit ac674cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
program = proxallium
22
compiler ?= gcc
3-
compiler_flags = -Wall -Wpedantic -I.
3+
compiler_flags = -Wall -Wno-maybe-uninitialized -Wpedantic -I.
44
objects = allium.o
55

66
ifdef DEBUG

0 commit comments

Comments
 (0)