diff --git a/examples/all-clusters-app/all-clusters-common/src/oven-modes.cpp b/examples/all-clusters-app/all-clusters-common/src/oven-modes.cpp index 16438b82169e8d..cda99327bf01e1 100644 --- a/examples/all-clusters-app/all-clusters-common/src/oven-modes.cpp +++ b/examples/all-clusters-app/all-clusters-common/src/oven-modes.cpp @@ -95,7 +95,10 @@ void OvenMode::Shutdown() gOvenModeDelegate = nullptr; } } -void emberAfOvenModeClusterServerInitCallback(chip::EndpointId endpointId) {} +void emberAfOvenModeClusterServerInitCallback(chip::EndpointId endpointId) +{ + (void) endpointId; // #error "Compiling the function: emberAfOvenModeClusterServerInitCallback" +} void emberAfOvenModeClusterInitCallback(chip::EndpointId endpointId) {