File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v7.6.0
2
+ - [ fixed] Fixed build warnings introduced with Xcode 12.5. (#7434 )
3
+
1
4
# v7.3.1
2
5
- [ fixed] New callback added in 7.3.0 should be on the main thread. (#7159 )
3
6
Original file line number Diff line number Diff line change 26
26
static NSString *const kJSMethodName = @" generateFingerprint" ;
27
27
28
28
/* * Creates and returns the FDL JS method name. */
29
- NSString *FIRDLTypeofFingerprintJSMethodNameString () {
29
+ NSString *FIRDLTypeofFingerprintJSMethodNameString (void ) {
30
30
static NSString *methodName;
31
31
static dispatch_once_t onceToken;
32
32
dispatch_once (&onceToken, ^{
36
36
}
37
37
38
38
/* * Creates and returns the FDL JS method definition. */
39
- NSString *GINFingerprintJSMethodString () {
39
+ NSString *GINFingerprintJSMethodString (void ) {
40
40
static NSString *methodString;
41
41
static dispatch_once_t onceToken;
42
42
dispatch_once (&onceToken, ^{
You can’t perform that action at this time.
0 commit comments