From 196cc38da19b867eaa9419343dd6ecd8212af354 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 Oct 2012 19:48:26 +0300 Subject: Fix compilation errors and warnings in different modes. --- src/guichan/widgets/textfield.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/guichan') diff --git a/src/guichan/widgets/textfield.cpp b/src/guichan/widgets/textfield.cpp index 52aefee54..94bf208fe 100644 --- a/src/guichan/widgets/textfield.cpp +++ b/src/guichan/widgets/textfield.cpp @@ -94,7 +94,7 @@ namespace gcn mText = text; } - void TextField::drawCaret(Graphics* graphics, int x) + void TextField::drawCaret(Graphics* graphics A_UNUSED, int x A_UNUSED) { } -- cgit v1.2.3-60-g2f50