-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
ビルドで
../src/pebble_device_plugin.c: In function 'out_failed_handler':
../src/pebble_device_plugin.c:267:5: error: enumeration value 'APP_MSG_INVALID_STATE' not handled in switch [-Werror=switch]
というエラーが出ます。
DeviceConnect-Common/dConnectDevicePebbleApp/src/pebble_device_plugin.c#310 に
case APP_MSG_INVALID_STATE:
DBG_LOG(APP_LOG_LEVEL_DEBUG, "APP_MSG_INVALID_STATE");
break;
を追加するとビルド成功します。
Metadata
Metadata
Assignees
Labels
No labels