dupontgu / retro-ipod-spotify-client

The software that powers the sPot: a 4th generation "Click Wheel" iPod with a full Spotify client.
Apache License 2.0
892 stars 90 forks source link

click.c fix -Wmain warnings #43

Open tomaculum opened 3 years ago

tomaculum commented 3 years ago

this pull request will remove following warnings:

click.c:160:5: warning: first argument of 'main' should be 'int' [-Wmain]
 int main(void *args){
     ^~~~
click.c:160:5: warning: 'main' takes only zero or two arguments [-Wmain]