From 6cd7350c079aa95656e5563049be27ab461749a3 Mon Sep 17 00:00:00 2001 From: Lukas Waymann Date: Wed, 14 Oct 2015 23:22:44 +0200 Subject: [PATCH] Update TODO.md --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index ac06838..0bfa3c4 100644 --- a/TODO.md +++ b/TODO.md @@ -6,6 +6,8 @@ #####Issues * Don't use `-Wno-deprecated-declarations`. The warnings I get might be caused by [this GCC bug][1]. Test after upgrading GCC. +* Don't use `-Wno-old-style-cast`. Maybe there's a way to suppress warnings caused by + library headers. * Don't start boxing when closing context menu with left click #####Enhancements