summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-06-13 15:47:03 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2021-06-13 15:48:41 -0400
commitec117b9f1d909d638ed54878000cdf4b072c464f (patch)
treeb4bbbdc83daf3f3800fd8e55cb23ab38e974d085 /Makefile
parentc7789e76393c033221e7d890fafbda3bed468a1a (diff)
Tell gcc to stop complaining about `readdir_r()` being
deprecated.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bdc5b87..75e1c39 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ endif
OBJS := $(patsubst %.c,%.o,$(wildcard *.c))
-CFLAGS = $(PCC_CFLAGS) $(CFLAGS_EXTRA)
+CFLAGS = $(PCC_CFLAGS) $(CFLAGS_EXTRA) -Wno-deprecated-declarations
OBJ_NAME = pullreqd