1
0
mirror of synced 2025-07-27 23:41:48 +03:00

Fixed compiler warings (with -Wall and -Wextra)

This commit is contained in:
yhirose
2017-12-03 08:17:05 -05:00
parent 28ba178fee
commit e90244e992
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
CC = clang++
CFLAGS = -std=c++14 -DGTEST_USE_OWN_TR1_TUPLE -I.. -I.
CFLAGS = -std=c++14 -DGTEST_USE_OWN_TR1_TUPLE -I.. -I. -Wall -Wextra
#OPENSSL_SUPPORT = -DCPPHTTPLIB_OPENSSL_SUPPORT -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -lssl -lcrypto
all : test