-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing darwin build on mac #33495
Fixing darwin build on mac #33495
Conversation
PR #33495: Size comparison from 03bd011 to 0cc70af Decreases (1 build for efr32)
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
@@ -20,6 +20,7 @@ | |||
#import "MTRMetrics.h" | |||
#import "MTRMetrics_Internal.h" | |||
#import <MTRUnfairLock.h> | |||
#import <os/lock.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed, since MTRUnfairLock.h imports that... but ok.
@@ -29,6 +29,7 @@ | |||
#include <lib/core/CHIPError.h> | |||
#include <lib/core/DataModelTypes.h> | |||
#include <lib/support/SafeInt.h> | |||
#import <os/lock.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed....
@@ -33,6 +33,7 @@ | |||
#include <lib/core/DataModelTypes.h> | |||
#include <lib/support/CodeUtils.h> | |||
#include <lib/support/SafeInt.h> | |||
#import <os/lock.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed...
Mac darwin builds broke