1
0
Fork 0
mirror of https://github.com/tailix/libclayer.git synced 2024-11-20 11:06:24 -05:00

Remove unnecessary code

This commit is contained in:
Alex Kotov 2022-12-25 15:00:55 +04:00
parent 617e55bcfd
commit cf57b3e485
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -6,8 +6,7 @@ AM_CFLAGS = \
-Wall \
-Wextra \
-I$(top_builddir)/include \
-I$(top_srcdir)/include \
-D_POSIX_C_SOURCE=200809L
-I$(top_srcdir)/include
if ENABLE_WERROR
AM_CFLAGS += -Werror