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
1 changed files with 1 additions and 2 deletions

View File

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