8000 Add an empty cpp file to detect warnings muted by catch.hpp · Cube-Line/ArduinoJson@1d5721f · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d5721f

Browse files
committed
Add an empty cpp file to detect warnings muted by catch.hpp
1 parent 3170558 commit 1d5721f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

test/Misc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# MIT License
44

55
add_executable(MiscTests
6+
empty.cpp
67
FloatParts.cpp
78
StringWriter.cpp
89
TypeTraits.cpp

test/Misc/empty.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// ArduinoJson - arduinojson.org
2+
// Copyright Benoit Blanchon 2014-2019
3+
// MIT License
4+
5+
// catch.hpp mutes several warnings, this file allows to detect them
6+
7+
#include "ArduinoJson.h"

0 commit comments

Comments
 (0)
0