Add an empty cpp file to detect warnings muted by catch.hpp

This commit is contained in:
Benoit Blanchon
2019-02-28 09:32:56 +01:00
parent 0d01e84336
commit b171872b58
2 changed files with 8 additions and 0 deletions

7
test/Misc/empty.cpp Normal file
View File

@ -0,0 +1,7 @@
// ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019
// MIT License
// catch.hpp mutes several warnings, this file allows to detect them
#include "ArduinoJson.h"