[aseprite] 169/196: Fix warning on updater/check_update.cpp about undefined UPDATE_URL

Tobias Hansen thansen at moszumanska.debian.org
Wed Apr 20 18:50:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 49b068cccc0edf357fa43efc560cb1defa2413ca
Author: David Capello <davidcapello at gmail.com>
Date:   Mon Apr 11 13:05:15 2016 -0300

    Fix warning on updater/check_update.cpp about undefined UPDATE_URL
---
 src/updater/check_update.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/updater/check_update.cpp b/src/updater/check_update.cpp
index a852e8d..fcd9589 100644
--- a/src/updater/check_update.cpp
+++ b/src/updater/check_update.cpp
@@ -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()) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list