rollbar / rollbar-apple

Objective-C & Swift library for remote crash, exception, error reporting, and logging with Rollbar. It works on all Apple *OS platforms (macOS, iOS, tvOS, watchOS, etc).
https://docs.rollbar.com/docs/apple
MIT License
25 stars 17 forks source link

Fixed C warning for func decl without prototype #315

Closed matux closed 1 year ago

matux commented 1 year ago

Description of the change

This PR fixes a C warning for a function declaration without prototype. The warning is valid, though only pops up when integrating the Apple SDK via Cocoapods on Xcode 14.3.

Type of change

Checklists

Development

Code review