From acd931bbbf3070b787f2cca8717934565eafc605 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 3 May 2008 20:07:04 +0000 Subject: cosmetics: Remove unused argc/argv parameters from test programs. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26666 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index d24ef1705c..37f8593d31 100755 --- a/configure +++ b/configure @@ -3598,8 +3598,7 @@ if test "$_apple_remote" = auto ; then cat > $TMPC < #include -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 -int main(int argc, char *argv[]) { +int main(void) { SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE); return 0; } -- cgit v1.2.3