aboutsummaryrefslogtreecommitdiff
path: root/gui/debugger.h
diff options
context:
space:
mode:
authorMax Horn2010-11-01 16:03:35 +0000
committerMax Horn2010-11-01 16:03:35 +0000
commita984fb17c2be039502eff55472dd6a252e5570df (patch)
tree1153ae5014aea017e5412d35735f81205e21ead5 /gui/debugger.h
parent2af270442144faec859114bcdce7e5659ac7f24b (diff)
downloadscummvm-rg350-a984fb17c2be039502eff55472dd6a252e5570df.tar.gz
scummvm-rg350-a984fb17c2be039502eff55472dd6a252e5570df.tar.bz2
scummvm-rg350-a984fb17c2be039502eff55472dd6a252e5570df.zip
GUI: Add GCC_PRINTF to GUI::Debugger::DebugPrintf & fix resulting warnings
svn-id: r54007
Diffstat (limited to 'gui/debugger.h')
-rw-r--r--gui/debugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/debugger.h b/gui/debugger.h
index 6f06befdf1..4bac2e1f03 100644
--- a/gui/debugger.h
+++ b/gui/debugger.h
@@ -41,7 +41,7 @@ public:
Debugger();
virtual ~Debugger();
- int DebugPrintf(const char *format, ...);
+ int DebugPrintf(const char *format, ...) GCC_PRINTF(2, 3);
/**
* The onFrame() method should be invoked by the engine at regular