Skip to content

Commit b8d39fc

Browse files
authored
Fix a warning that shows up in Xcode 9 (#342)
1 parent 19d1bb3 commit b8d39fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firebase/Core/Private/FIRAppInternal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ typedef void (^FIRAppGetTokenImplementation)(BOOL forceRefresh, FIRTokenCallback
9999
/** @typedef FIRAppGetUID
100100
@brief The type of block which can provide an implementation for the @c getUID method.
101101
*/
102-
typedef NSString *_Nullable (^FIRAppGetUIDImplementation)();
102+
typedef NSString *_Nullable (^FIRAppGetUIDImplementation)(void);
103103

104104
@interface FIRApp ()
105105

0 commit comments

Comments
 (0)