mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +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
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7b87012631
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2009-12-21 (Mon, 21 Dec 2009)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <eventserver.h>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include <sectionsdclient/sectionsdMsg.h>
|
||||
|
||||
|
||||
const unsigned char CSectionsdClient::getVersion () const
|
||||
unsigned char CSectionsdClient::getVersion () const
|
||||
{
|
||||
return sectionsd::ACTVERSION;
|
||||
}
|
||||
|
@@ -63,8 +63,8 @@ typedef std::vector<CChannelEvent> CChannelEventList;
|
||||
class CSectionsdClient : private CBasicClient
|
||||
{
|
||||
private:
|
||||
virtual const unsigned char getVersion () const;
|
||||
virtual const char * getSocketName() const;
|
||||
virtual unsigned char getVersion () const;
|
||||
virtual const char * getSocketName() const;
|
||||
|
||||
int readResponse(char* data = NULL, unsigned int size = 0);
|
||||
bool send(const unsigned char command, const char* data = NULL, const unsigned int size = 0);
|
||||
|
Reference in New Issue
Block a user