summaryrefslogtreecommitdiff
path: root/futureplans.md
diff options
context:
space:
mode:
Diffstat (limited to 'futureplans.md')
-rw-r--r--futureplans.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/futureplans.md b/futureplans.md
index 9612e53..6abe637 100644
--- a/futureplans.md
+++ b/futureplans.md
@@ -69,6 +69,8 @@ far off:
- mac HIG reference: ???
- go over the old new thing's scrollbar series to make sure I'm doing everything right with scrollbars in Windows Areas
- change the MsgBox() calls to encourage good alert dialog design??????? maybe? TODO
+- make gcc (Unix)/clang (Mac OS X) pedantic about warnings/errors; also -Werror
+ - problem: cgo-generated files trip -Werror up; I can't seem to turn off unused argument warnings with the -Wall/-Wextra/-pedantic options
big things:
- make sure every sysData function only performs a single invocation to uitask; see http://blogs.msdn.com/b/oldnewthing/archive/2005/10/10/479124.aspx#479182