[
https://issues.apache.org/jira/browse/CB-9249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah updated CB-9249:
---------------------------------
Description:
{code}
CDVCapture.m:519:19: warning:
incompatible pointer types initializing 'NSString *__strong' with an
expression of type 'CGPathRef'
(aka 'const struct CGPath *') [-Wincompatible-pointer-types]
NSString* moviePath = [[info
objectForKey:UIImagePickerControllerMediaURL] path];
^
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~CDVCapture.m:819:60:
warning:
comparison of address of 'UIAccessibilityAnnouncementNotification' not
equal to a null pointer is always true
[-Wtautological-pointer-compare]
BOOL isUIAccessibilityAnnouncementNotification =
(&UIAccessibilityAnnouncementNotification != NULL);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
2 warnings generated.
{code}
was:
CDVCapture.m:519:19: warning:
incompatible pointer types initializing 'NSString *__strong' with an
expression of type 'CGPathRef'
(aka 'const struct CGPath *') [-Wincompatible-pointer-types]
NSString* moviePath = [[info
objectForKey:UIImagePickerControllerMediaURL] path];
^
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~CDVCapture.m:819:60:
warning:
comparison of address of 'UIAccessibilityAnnouncementNotification' not
equal to a null pointer is always true
[-Wtautological-pointer-compare]
BOOL isUIAccessibilityAnnouncementNotification =
(&UIAccessibilityAnnouncementNotification != NULL);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
2 warnings generated.
> Fix iOS warnings in Media Capture plugin
> ----------------------------------------
>
> Key: CB-9249
> URL: https://issues.apache.org/jira/browse/CB-9249
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin Media Capture
> Environment: Xcode 6.3.2
> Reporter: Shazron Abdullah
> Labels: cordova-ios-4.0.x
>
> {code}
> CDVCapture.m:519:19: warning:
> incompatible pointer types initializing 'NSString *__strong' with an
> expression of type 'CGPathRef'
> (aka 'const struct CGPath *') [-Wincompatible-pointer-types]
> NSString* moviePath = [[info
> objectForKey:UIImagePickerControllerMediaURL] path];
> ^
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~CDVCapture.m:819:60:
> warning:
> comparison of address of 'UIAccessibilityAnnouncementNotification' not
> equal to a null pointer is always true
> [-Wtautological-pointer-compare]
> BOOL isUIAccessibilityAnnouncementNotification =
> (&UIAccessibilityAnnouncementNotification != NULL);
>
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
> 2 warnings generated.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]