mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libeplayer3: get rid of compiler warnings
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user