Skip to content

Commit

Permalink
Fix clang warnings -Wmissing-declarations (#17861)
Browse files Browse the repository at this point in the history
../../third_party/connectedhomeip/src/platform/nxp/k32w/k32w0/CHIPDevicePlatformEvent.h:59:5: error: declaration does not declare anything [-Werror,-Wmissing-declarations]
    union
    ^
1 error generated.
  • Loading branch information
mspang authored and pull[bot] committed Aug 28, 2023
1 parent 373aa68 commit 2875825
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/platform/nxp/k32w/k32w0/CHIPDevicePlatformEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ enum InternalPlatformSpecificEventTypes

struct ChipDevicePlatformEvent final
{
union
{
/* None currently defined */
};
};

} // namespace DeviceLayer
Expand Down

0 comments on commit 2875825

Please sign in to comment.