Skip to content

Commit

Permalink
Fix Darwin test compilation error on Xcode 13. (project-chip#12662)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored Dec 7, 2021
1 parent 1b24137 commit cda84f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/templates/clusters-tests.zapt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void WaitForCommissionee(XCTestExpectation * expectation, dispatch_queue_t queue
}];
}

CHIPDevice * GetConnectedDevice()
CHIPDevice * GetConnectedDevice(void)
{
XCTAssertNotNil(mConnectedDevice);
return mConnectedDevice;
Expand Down
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIPTests/CHIPClustersTests.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cda84f7

Please sign in to comment.