summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-03-19 13:57:30 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-03-19 13:57:30 +0100
commit9f2734dd550d877c4ba517c323e03250245b9125 (patch)
tree75f617d37714bce72e8cdc9280a87bbc00cf3836 /ACE
parent9c6786c1982d8cac0b0673e0d5cc8e7680f40af5 (diff)
downloadATCD-9f2734dd550d877c4ba517c323e03250245b9125.tar.gz
Fixed unused parameter warning when compiling for Android
* ACE/ace/Log_Msg_Android_Logcat.cpp:
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ace/Log_Msg_Android_Logcat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Log_Msg_Android_Logcat.cpp b/ACE/ace/Log_Msg_Android_Logcat.cpp
index 8fc517be099..2985965136c 100644
--- a/ACE/ace/Log_Msg_Android_Logcat.cpp
+++ b/ACE/ace/Log_Msg_Android_Logcat.cpp
@@ -49,7 +49,7 @@ ACE_Log_Msg_Android_Logcat::~ACE_Log_Msg_Android_Logcat (void)
}
int
-ACE_Log_Msg_Android_Logcat::open (const ACE_TCHAR * logger_key)
+ACE_Log_Msg_Android_Logcat::open (const ACE_TCHAR *)
{
return 0;
}