Remove warning related signedness
[platform/core/connectivity/zigbee-manager.git] / common / include / zigbee_zcl_basic_type.h
index f2cdf07..dd4d2eb 100644 (file)
@@ -30,8 +30,8 @@
  * @since_tizen 3.0
  */
 typedef struct {
-       short node_id; /**< Node ID */
-       char dest_ep; /**< Destination endpoint */
+       unsigned short node_id; /**< Node ID */
+       unsigned char dest_ep; /**< Destination endpoint */
 } ZigbeeZclBasicResetFactoryDefault_t;
 
 #endif /* __ZIGBEE_ZCL_BASIC_TYPE_H__ */