WebKit.incl clang warnings with FB 7.0.13
Quote from Forum Archives on April 27, 2022, 3:25 pmPosted by: richlove <richlove@...>
Xcode 13.2.1
When I run this two-line example, I get clang warnings with FB 7.0.13
I do not get the warnings with FB 7.0.12
include "CocoaUI/WebKit/WebKit.incl"
handleevents
Warning: clang:
instance method '-isElementFullscreenEnabled' not found (return type defaults to 'id') [-Wobjc-method-access] [line 285:15 of WebKit.m]
Warning: clang:
incompatible pointer to integer conversion returning 'id' from a function with result type 'BOOL' (aka 'signed char') [-Wint-conversion] in fn SSecureCoding> [line 285:10 of WebKit.m]
Warning: clang:
instance method '-setElementFullscreenEnabled:' not found (return type defaults to 'id') [-Wobjc-method-access] in fn SSecureCoding> [line 288:8 of WebKit.m]
Warning: clang:
instance method '-isSiteSpecificQuirksModeEnabled' not found (return type defaults to 'id') [-Wobjc-method-access] in fn SSecureCoding> [line 291:15 of WebKit.m]
Warning: clang:
incompatible pointer to integer conversion returning 'id' from a function with result type 'BOOL' (aka 'signed char') [-Wint-conversion] in fn SSecureCoding> [line 291:10 of WebKit.m]
Warning: clang:
instance method '-setSiteSpecificQuirksModeEnabled:' not found (return type defaults to 'id') [-Wobjc-method-access] in fn SSecureCoding> [line 294:8 of WebKit.m]
Carnation Software
MacWise Terminal emulation for Macintosh
http://www.CarnationSoftware.com
512 858-9234
--
To unsubscribe, send ANY message to: [email protected] To access the list archives, go to: http://freegroups.net/groups/futurebasic/
Posted by: richlove <richlove@...>
Xcode 13.2.1
When I run this two-line example, I get clang warnings with FB 7.0.13
I do not get the warnings with FB 7.0.12
include "CocoaUI/WebKit/WebKit.incl"
handleevents
Warning: clang:
instance method '-isElementFullscreenEnabled' not found (return type defaults to 'id') [-Wobjc-method-access] [line 285:15 of WebKit.m]
Warning: clang:
incompatible pointer to integer conversion returning 'id' from a function with result type 'BOOL' (aka 'signed char') [-Wint-conversion] in fn SSecureCoding> [line 285:10 of WebKit.m]
Warning: clang:
instance method '-setElementFullscreenEnabled:' not found (return type defaults to 'id') [-Wobjc-method-access] in fn SSecureCoding> [line 288:8 of WebKit.m]
Warning: clang:
instance method '-isSiteSpecificQuirksModeEnabled' not found (return type defaults to 'id') [-Wobjc-method-access] in fn SSecureCoding> [line 291:15 of WebKit.m]
Warning: clang:
incompatible pointer to integer conversion returning 'id' from a function with result type 'BOOL' (aka 'signed char') [-Wint-conversion] in fn SSecureCoding> [line 291:10 of WebKit.m]
Warning: clang:
instance method '-setSiteSpecificQuirksModeEnabled:' not found (return type defaults to 'id') [-Wobjc-method-access] in fn SSecureCoding> [line 294:8 of WebKit.m]
Carnation Software
MacWise Terminal emulation for Macintosh
http://www.CarnationSoftware.com
512 858-9234
--
To unsubscribe, send ANY message to: [email protected] To access the list archives, go to: http://freegroups.net/groups/futurebasic/