Skip to content

Commit

Permalink
Removed extra warning flags from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng-alvin committed Dec 25, 2024
1 parent b386787 commit c8d9a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libjas/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CC = clang

CFLAGS_COMMON = -Wall -Wextra -Wno-unused-parameter -I include -I ../libjas/ -Wno-incompatible-pointer-types -Wno-int-conversion
CFLAGS_COMMON =-I include -Wno-incompatible-pointer-types -Wno-int-conversion
CFLAGS = $(CFLAGS_COMMON)

C_SRC = $(wildcard *.c) # Includes only C source files
Expand Down

0 comments on commit c8d9a6f

Please sign in to comment.