forked from bblanchon/ArduinoJson
Don't mark as a "system header" when debugging
This commit is contained in:
@ -4,11 +4,13 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#ifndef ARDUINOJSON_DEBUG
|
||||||
#ifdef __clang__
|
#ifdef __clang__
|
||||||
#pragma clang system_header
|
#pragma clang system_header
|
||||||
#elif defined __GNUC__
|
#elif defined __GNUC__
|
||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "ArduinoJson/Namespace.hpp"
|
#include "ArduinoJson/Namespace.hpp"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user