Skip to content

Instantly share code, notes, and snippets.

@srahim
Created November 1, 2013 12:44
Show Gist options
  • Save srahim/7264896 to your computer and use it in GitHub Desktop.
Save srahim/7264896 to your computer and use it in GitHub Desktop.
[INFO] Compiling 420 source files
[ERROR] Error: build/src/js_custom_urlSessionDlgt.m:922:32: warning: incompatible pointer types passing 'TiPropertyNameArrayRef' (aka 'struct OpaqueTiPropertyNameArray *')
to parameter of type 'JSPropertyNameArrayRef' (aka 'struct OpaqueJSPropertyNameArray *') [-Wincompatible-pointer-types]
JSPropertyNameArrayRelease(properties);
^~~~~~~~~~
In module 'JavaScriptCore' imported from build/src/js_custom_urlSessionDlgt.h:10:
/Users/sabilrahim/Documents/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/JavaScriptCore.
framework/Headers/JSObjectRef.h:663:66: note: passing argument to parameter 'array' here
JS_EXPORT void JSPropertyNameArrayRelease(JSPropertyNameArrayRef array);
^
1 warning generated.
build/src/js_custom_urlSessionDlgt.m:922:32: warning: incompatible pointer types passing 'TiPropertyNameArrayRef' (aka 'struct OpaqueTiPropertyNameArray *') to parameter o
f type 'JSPropertyNameArrayRef' (aka 'struct OpaqueJSPropertyNameArray *') [-Wincompatible-pointer-types]
JSPropertyNameArrayRelease(properties);
^~~~~~~~~~
In module 'JavaScriptCore' imported from build/src/js_custom_urlSessionDlgt.h:10:
/Users/sabilrahim/Documents/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/JavaScriptCore.framework/Head
ers/JSObjectRef.h:663:66: note: passing argument to parameter 'array' here
JS_EXPORT void JSPropertyNameArrayRelease(JSPropertyNameArrayRef array);
^
1 warning generated.
build/src/js_custom_urlSessionDlgt.m:922:32: warning: incompatible pointer types passing 'TiPropertyNameArrayRef' (aka 'struct OpaqueTiPropertyNameArray *') to parameter o
f type 'JSPropertyNameArrayRef' (aka 'struct OpaqueJSPropertyNameArray *') [-Wincompatible-pointer-types]
JSPropertyNameArrayRelease(properties);
^~~~~~~~~~
In module 'JavaScriptCore' imported from build/src/js_custom_urlSessionDlgt.h:10:
/Users/sabilrahim/Documents/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/JavaScriptCore.framework/Head
ers/JSObjectRef.h:663:66: note: passing argument to parameter 'array' here
JS_EXPORT void JSPropertyNameArrayRelease(JSPropertyNameArrayRef array);
^
1 warning generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment