From 3dded8c3e38912212004fe0d75143185f00a93e5 Mon Sep 17 00:00:00 2001 From: yhirose Date: Sun, 3 Dec 2017 21:25:50 -0500 Subject: [PATCH] Added -Wall and -Wextra to example/Makefile --- example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Makefile b/example/Makefile index 575e0fa..bd48842 100644 --- a/example/Makefile +++ b/example/Makefile @@ -1,6 +1,6 @@ CC = clang++ -CFLAGS = -std=c++14 -I.. +CFLAGS = -std=c++14 -I.. -Wall -Wextra #OPENSSL_SUPPORT = -DCPPHTTPLIB_OPENSSL_SUPPORT -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -lssl -lcrypto all: server client hello simplesvr benchmark