Development of CoAP-HTTP Proxy
[platform/upstream/iotivity.git] / resource / csdk / logger / include / logger.h
index 7ccb51c..4304d23 100644 (file)
@@ -42,6 +42,11 @@ extern "C"
 {
 #endif
 
+/**
+* Helper for unused warning.
+*/
+#define UNUSED(x) (void)(x)
+
 // Use the PCF macro to wrap strings stored in FLASH on the Arduino
 // Example:  OIC_LOG(INFO, TAG, PCF("Entering function"));
 #ifdef ARDUINO