Intialize to prevent a 'may be used uninitialized' warning
This commit is contained in:
@@ -94,7 +94,7 @@ private:
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
HTTP::Client cl;
|
||||
SGFile* outFile;
|
||||
SGFile* outFile = 0;
|
||||
string proxy, proxyAuth;
|
||||
string_list headers;
|
||||
string url;
|
||||
|
||||
Reference in New Issue
Block a user