GitHub user rivera-ernesto opened a pull request:

    https://github.com/apache/cordova-ios/pull/99

    Fix build warnings

    * CordovaLib/Classes/CDVURLProtocol.m:169:46: Implicit conversion loses 
integer precision: 'long long' to 'unsigned long'
    * CordovaLib/Classes/CDVURLProtocol.m:170:100: Implicit conversion loses 
integer precision: 'long long' to 'NSUInteger' (aka 'unsigned int')

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rivera-ernesto/cordova-ios fix_warnings

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-ios/pull/99.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #99
    
----
commit 6977b6cb4a715dad4612deec998b502e82f83a02
Author: 利辺羅エルネスト <[email protected]>
Date:   2014-07-10T02:44:04Z

    Fix build warnings
    
    * CordovaLib/Classes/CDVURLProtocol.m:169:46: Implicit conversion loses 
integer precision: 'long long' to 'unsigned long'
    * CordovaLib/Classes/CDVURLProtocol.m:170:100: Implicit conversion loses 
integer precision: 'long long' to 'NSUInteger' (aka 'unsigned int')

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to