[
https://issues.apache.org/jira/browse/CB-5365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13897228#comment-13897228
]
ASF subversion and git services commented on CB-5365:
-----------------------------------------------------
Commit d3b21b35fc7b3c7b38a8285a688d527578753f05 in branch refs/heads/master
from [~purplecabbage]
[
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=d3b21b3
]
CB-5365 Remove unused exception var to prevent warnings?
> WP8 File-Transfer plugin gives Warnings when compiling
> ------------------------------------------------------
>
> Key: CB-5365
> URL: https://issues.apache.org/jira/browse/CB-5365
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin File Transfer, WP8
> Affects Versions: Master, 3.2.0
> Environment: Windows 8 Pro x64
> Reporter: Carlos Santana
> Assignee: Jesse MacFadyen
> Priority: Minor
> Fix For: 3.5.0
>
>
> When installing file-transfer plugin and then doing a build it gives the user
> warnings.
> To reproduce
> cordova create mobile-spec
> cd mobile-spec
> cordova platform add wp8
> cordova plugin add org.apache.cordova.file-transfer
> cordova build -d
> Warnings below:
> Building the projects in this solution one at a time. To enable parallel
> build, please add the "/m" switch.
> Plugins\org.apache.cordova.file-transfer\FileTransfer.cs(309,30): warning
> CS0168: The variable 'ex' is declared but never used
> [C:\Users\Carlos\Desktop\GitHub\cordova32\wp8-mobilespec\platforms\wp8\H
> lloCordova.csproj]
> Plugins\org.apache.cordova.file-transfer\FileTransfer.cs(471,30): warning
> CS0168: The variable 'ex' is declared but never used
> [C:\Users\Carlos\Desktop\GitHub\cordova32\wp8-mobilespec\platforms\wp8\H
> lloCordova.csproj]
> Plugins\org.apache.cordova.file-transfer\FileTransfer.cs(797,30): warning
> CS0168: The variable 'ex' is declared but never used
> [C:\Users\Carlos\Desktop\GitHub\cordova32\wp8-mobilespec\platforms\wp8\H
> lloCordova.csproj]
> Plugins\org.apache.cordova.file-transfer\FileTransfer.cs(856,30): warning
> CS0168: The variable 'ex' is declared but never used
> [C:\Users\Carlos\Desktop\GitHub\cordova32\wp8-mobilespec\platforms\wp8\H
> lloCordova.csproj]
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)