Merge branch 'develop' into feature/fastcov

This commit is contained in:
Niels Lohmann 2019-04-06 09:03:35 +02:00
commit cf6b6692aa
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
4 changed files with 72 additions and 14 deletions

View file

@ -134,7 +134,7 @@ pedantic_clang:
# calling GCC with most warnings
pedantic_gcc:
$(MAKE) json_unit CXX=$(COMPILER_DIR)/g++ CXXFLAGS="-D_Atomic=volatile \
$(MAKE) json_unit CXX=$(COMPILER_DIR)/g++ CXXFLAGS=" \
-std=c++11 \
-Waddress \
-Waddress-of-packed-member \