* Fix compile neutrino don't use USE_NEVIS_GXA

This commit is contained in:
Michael Liebmann
2013-05-28 13:01:52 +02:00
parent 820426eaaa
commit 2b03fd0ddc
2 changed files with 4 additions and 8 deletions

View File

@@ -237,7 +237,7 @@ class CFrameBuffer
void add_gxa_sync_marker(void);
void waitForIdle(const char* func=NULL);
#else
inline void waitForIdle(void) {};
inline void waitForIdle(const char*) {};
#endif
void* convertRGB2FB(unsigned char *rgbbuff, unsigned long x, unsigned long y, int transp = 0xFF);
void* convertRGBA2FB(unsigned char *rgbbuff, unsigned long x, unsigned long y);