Skip to content

Commit a64205b

Browse files
authored
Fix Xcode 15.1 build warning (#12027)
1 parent e813561 commit a64205b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

FirebasePerformance/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 10.18.0
2+
- [fixed] Fix a Xcode 15.1 build warning (#12027).
3+
14
# 10.17.0
25
- [fixed] Fix a second Xcode 15 runtime warning (#11821).
36

FirebasePerformance/Sources/Gauges/CPU/FPRCPUGaugeCollector.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ @interface FPRCPUGaugeCollector ()
4545
*
4646
* @return Instance of FPRCPUGaugeData.
4747
*/
48-
FPRCPUGaugeData *fprCollectCPUMetric() {
48+
FPRCPUGaugeData *fprCollectCPUMetric(void) {
4949
kern_return_t kernelReturnValue;
5050
mach_msg_type_number_t task_info_count;
5151
task_info_data_t taskInfo;

0 commit comments

Comments
 (0)