[MPlayer-cvslog] r26666 - trunk/configure
diego
subversion at mplayerhq.hu
Sat May 3 22:07:04 CEST 2008
Author: diego
Date: Sat May 3 22:07:04 2008
New Revision: 26666
Log:
cosmetics: Remove unused argc/argv parameters from test programs.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sat May 3 22:07:04 2008
@@ -3598,8 +3598,7 @@ if test "$_apple_remote" = auto ; then
cat > $TMPC <<EOF
#include <stdio.h>
#include <IOKit/IOCFPlugIn.h>
-int main(int argc, const char * argv[])
-{
+int main(void) {
io_iterator_t hidObjectIterator = (io_iterator_t)NULL;
CFMutableDictionaryRef hidMatchDictionary;
IOReturn ioReturnValue;
@@ -4734,7 +4733,7 @@ fi
if test "$_sdl" = auto || test "$_sdl" = yes ; then
cat > $TMPC << EOF
#include <SDL.h>
-int main(int argc, char *argv[]) {
+int main(void) {
SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE);
return 0;
}
More information about the MPlayer-cvslog
mailing list