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+
14# v7.3.1
25- [ fixed] New callback added in 7.3.0 should be on the main thread. (#7159 )
36
Original file line number Diff line number Diff line change 2626static NSString *const kJSMethodName = @" generateFingerprint" ;
2727
2828/* * Creates and returns the FDL JS method name. */
29- NSString *FIRDLTypeofFingerprintJSMethodNameString () {
29+ NSString *FIRDLTypeofFingerprintJSMethodNameString (void ) {
3030 static NSString *methodName;
3131 static dispatch_once_t onceToken;
3232 dispatch_once (&onceToken, ^{
3636}
3737
3838/* * Creates and returns the FDL JS method definition. */
39- NSString *GINFingerprintJSMethodString () {
39+ NSString *GINFingerprintJSMethodString (void ) {
4040 static NSString *methodString;
4141 static dispatch_once_t onceToken;
4242 dispatch_once (&onceToken, ^{
You can’t perform that action at this time.
0 commit comments