You've already forked cpp-httplib
							
							Added -Wall and -Wextra to example/Makefile
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user