mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
compiler warning fixes
Fix a bunch of "warning: type qualifiers ignored on function return type" (you see them with -Wall -Wextra). Still lots to fix. git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@103 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include <timerdclient/timerdclient.h>
|
||||
|
||||
|
||||
const unsigned char CTimerdClient::getVersion () const
|
||||
unsigned char CTimerdClient::getVersion () const
|
||||
{
|
||||
return CTimerdMsg::ACTVERSION;
|
||||
}
|
||||
|
Reference in New Issue
Block a user