Skip to content

Commit

Permalink
Fix Xcode 15.1 build warning (#12027)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Oct 31, 2023
1 parent e813561 commit a64205b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions FirebasePerformance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 10.18.0
- [fixed] Fix a Xcode 15.1 build warning (#12027).

# 10.17.0
- [fixed] Fix a second Xcode 15 runtime warning (#11821).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ @interface FPRCPUGaugeCollector ()
*
* @return Instance of FPRCPUGaugeData.
*/
FPRCPUGaugeData *fprCollectCPUMetric() {
FPRCPUGaugeData *fprCollectCPUMetric(void) {
kern_return_t kernelReturnValue;
mach_msg_type_number_t task_info_count;
task_info_data_t taskInfo;
Expand Down

0 comments on commit a64205b

Please sign in to comment.