[aseprite] 213/250: Fix warning about unused local variable

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:32 UTC 2015


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

thansen pushed a commit to branch master
in repository aseprite.

commit 76bbb53c158ecf4084b8d1ac042c0b0a87172c57
Author: David Capello <davidcapello at gmail.com>
Date:   Thu Oct 29 16:18:51 2015 -0300

    Fix warning about unused local variable
---
 src/app/ui/font_popup.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/ui/font_popup.cpp b/src/app/ui/font_popup.cpp
index 17d9398..71077e4 100644
--- a/src/app/ui/font_popup.cpp
+++ b/src/app/ui/font_popup.cpp
@@ -108,7 +108,7 @@ private:
       view->updateView();
       listbox->makeChildVisible(this);
     }
-    catch (const std::exception& ex) {
+    catch (const std::exception&) {
       // Ignore errors
     }
   }

-- 
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