From 38f9ee31afcb519f7ecba02b56737ae637de5c7a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Jul 2015 13:43:27 +0000 Subject: more warning fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@14728 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirandaG15/src/LCDFramework/CLCDScreen.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/MirandaG15/src/LCDFramework/CLCDScreen.cpp') diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDScreen.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDScreen.cpp index fa1a59e49a..d599220b69 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDScreen.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDScreen.cpp @@ -260,7 +260,7 @@ void CLCDScreen::OnExpiration() //************************************************************************ // Called when an LCD-button is pressed //************************************************************************ -void CLCDScreen::OnLCDButtonDown(int iButton) +void CLCDScreen::OnLCDButtonDown(int) { } @@ -268,7 +268,7 @@ void CLCDScreen::OnLCDButtonDown(int iButton) //************************************************************************ // Called when an LCD-button event is repeated //************************************************************************ -void CLCDScreen::OnLCDButtonRepeated(int iButton) +void CLCDScreen::OnLCDButtonRepeated(int) { } @@ -276,7 +276,7 @@ void CLCDScreen::OnLCDButtonRepeated(int iButton) //************************************************************************ // Called when an LCD-button is released //************************************************************************ -void CLCDScreen::OnLCDButtonUp(int iButton) +void CLCDScreen::OnLCDButtonUp(int) { } \ No newline at end of file -- cgit v1.2.3