libeplayer3: get rid of compiler warnings

This commit is contained in:
martii
2013-06-10 15:06:00 +02:00
committed by Stefan Seyfried
parent dd618fc883
commit c3bbda3e9c
32 changed files with 148 additions and 157 deletions

View File

@@ -16,7 +16,7 @@ extern GLFramebuffer *glfb;
#define fb_pixel_t uint32_t
#endif
int main(int argc, char ** argv)
int main(int argc __attribute__((unused)), char ** argv __attribute__((unused)))
{
init_td_api();
#if HAVE_GENERIC_HARDWARE