🚨 fix implicit conversion warning when opening binary file

This commit is contained in:
Niels Lohmann 2020-07-23 14:02:12 +02:00
parent fb22233f34
commit e571c67c0d
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
7 changed files with 52 additions and 70 deletions

View file

@ -525,7 +525,7 @@ pretty:
--preserve-date \
--suffix=none \
--formatted \
$(SRCS) $(AMALGAMATED_FILE) test/src/*.cpp benchmarks/src/benchmarks.cpp doc/examples/*.cpp
$(SRCS) $(AMALGAMATED_FILE) test/src/*.cpp test/utils/*.hpp benchmarks/src/benchmarks.cpp doc/examples/*.cpp
# create single header file
amalgamate: $(AMALGAMATED_FILE)