From 65a00f29aa0c0000ac4fd9ba02f4953024cae00d Mon Sep 17 00:00:00 2001 From: James Swan <122404367+swan-amazon@users.noreply.github.com> Date: Thu, 2 May 2024 23:30:43 +0000 Subject: [PATCH] Resolved code indexer warning related to std::nullptr_t --- src/app/CASESessionManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/CASESessionManager.h b/src/app/CASESessionManager.h index 3e668fa905cbdf..e78478852b640e 100644 --- a/src/app/CASESessionManager.h +++ b/src/app/CASESessionManager.h @@ -135,7 +135,7 @@ class CASESessionManager : public OperationalSessionReleaseDelegate, public Sess * @param attemptCount The number of retry attempts if session setup fails (default is 1). * @param onRetry A callback to be called on a retry attempt (enabled by a config flag). */ - void FindOrEstablishSession(const ScopedNodeId & peerId, Callback::Callback * onConnection, nullptr_t + void FindOrEstablishSession(const ScopedNodeId & peerId, Callback::Callback * onConnection, std::nullptr_t #if CHIP_DEVICE_CONFIG_ENABLE_AUTOMATIC_CASE_RETRIES , uint8_t attemptCount = 1, Callback::Callback * onRetry = nullptr