Skip to content

Pebble用アプリのビルドエラー #13

@goofmint

Description

@goofmint

ビルドで

../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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions