mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-04 12:18:33 +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:
@@ -35,12 +35,12 @@
|
||||
#include <zapit/client/msgtypes.h>
|
||||
#include <zapit/client/zapittools.h>
|
||||
|
||||
const unsigned char CZapitClient::getVersion () const
|
||||
unsigned char CZapitClient::getVersion() const
|
||||
{
|
||||
return CZapitMessages::ACTVERSION;
|
||||
}
|
||||
|
||||
const char * CZapitClient::getSocketName() const
|
||||
const char * CZapitClient::getSocketName() const
|
||||
{
|
||||
return ZAPIT_UDS_NAME;
|
||||
}
|
||||
|
Reference in New Issue
Block a user