Skip to content

Commit 106e9f8

Browse files
authored
[Performance] Fix build warning (#15538)
1 parent 591c882 commit 106e9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebasePerformance/Tests/TestApp/Source/Networking/NetworkConnection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#import <Foundation/Foundation.h>
1616

17-
typedef void (^SuccessNetworkCallback)();
17+
typedef void (^SuccessNetworkCallback)(void);
1818
typedef void (^FailureNetworkCallback)(NSError *error);
1919

2020
/** A protocol for network connection tasks. */

0 commit comments

Comments
 (0)