Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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