Fix warning on updater/check_update.cpp about undefined UPDATE_URL

This commit is contained in:
David Capello 2016-04-11 13:05:15 -03:00
parent 16ae88b6d9
commit 49b068cccc

View File

@ -101,8 +101,8 @@ public:
#ifndef UPDATE_URL
#define UPDATE_URL ""
#endif
#pragma message("warning: Define UPDATE_URL macro")
#endif
std::string url = UPDATE_URL;
if (!uuid.empty()) {