Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Master, 3.2.0
-
None
-
Windows 8 Pro x64
Description
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]