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


Origin commit data
------------------
Commit: 7b87012631
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2009-12-21 (Mon, 21 Dec 2009)
This commit is contained in:
Stefan Seyfried
2009-12-21 00:00:02 +00:00
parent 4d58aada7b
commit 4e814f593e
13 changed files with 34 additions and 34 deletions

View File

@@ -37,7 +37,7 @@
class CTimerdClient:private CBasicClient
{
private:
virtual const unsigned char getVersion () const;
virtual unsigned char getVersion () const;
virtual const char * getSocketName() const;
public: