mcci-catena / Catena-Arduino-Platform

Arduino platform library for MCCI Catena IoT Systems
MIT License
12 stars 11 forks source link

gLog.isenabled() deprecation annotation generates warnings #185

Closed terrillmoore closed 5 years ago

terrillmoore commented 5 years ago

I used a C++ 2014 annotation to mark gLog.isenabled() as deprecated in #165. But this isn't supported unless the IDE turns on C++ 2014 features, and causes warnings. Use the GNU annotation instead.