mpv/osdep
rathann e7db4ccf1a Patch by Stefan Huehner / stefan % huehner ! org \
patch replaces '()' for the correct '(void)' in function
declarations/prototypes which have no parameters. The '()' syntax tell
thats there is a variable list of arguments, so that the compiler cannot
check this. The extra CFLAG '-Wstrict-declarations' shows those cases.

Comments about a similar patch applied to ffmpeg:

That in C++ these mean the same, but in ANSI C the semantics are
different; function() is an (obsolete) K&R C style forward declaration,
it basically means that the function can have any number and any types
of parameters, effectively completely preventing the compiler from doing
any sort of type checking. -- Erik Slagter

Defining functions with unspecified arguments is allowed but bad.
With arguments unspecified the compiler can't report an error/warning
if the function is called with incorrect arguments. -- Måns Rullgård


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17567 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-09 14:08:03 +00:00
..
.cvsignore
Makefile Make clean/distclean behave uniformly in all directories. 2006-01-27 00:06:42 +00:00
fseeko.c Unify include paths, -I.. is in CFLAGS. 2005-11-14 00:30:37 +00:00
getch2-win.c change erase to end of line, fall back to old behavior if no termcap found 2005-12-29 11:27:22 +00:00
getch2.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
getch2.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
gettimeofday.c Unify include paths, -I.. is in CFLAGS. 2005-11-14 00:30:37 +00:00
glob-win.c Unify include paths, -I.. is in CFLAGS. 2005-11-14 00:30:37 +00:00
glob.h Unify include paths, -I.. is in CFLAGS. 2005-11-14 00:30:37 +00:00
keycodes.h libvo input cleanup: remove the dependency on libinput, 2005-11-02 21:50:55 +00:00
macosx_finder_args.c add support for macosx finder argument support (let you bundle mplayer to be a finder compliant .app) patch by Chris Roccati <roccati@pobox.com> 2004-11-10 16:43:40 +00:00
mplayer.rc typo 2004-06-28 16:34:24 +00:00
scandir.c Unify include paths, -I.. is in CFLAGS. 2005-11-14 00:30:37 +00:00
setenv.c - move our setenv() fallback implementation to osdep 2005-12-26 03:16:48 +00:00
shmem.c Unify include paths, -I.. is in CFLAGS. 2005-11-14 00:30:37 +00:00
shmem.h
strl.c Unify include paths, -I.. is in CFLAGS. 2005-11-14 00:30:37 +00:00
strsep.c Unify include paths, -I.. is in CFLAGS. 2005-11-14 00:30:37 +00:00
swab.c Unify include paths, -I.. is in CFLAGS. 2005-11-14 00:30:37 +00:00
timer-darwin.c Unify include paths, -I.. is in CFLAGS. 2005-11-14 00:30:37 +00:00
timer-lx.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
timer-win2.c Native darwin timer update. 2004-08-04 15:48:43 +00:00
timer.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vsscanf.c Unify include paths, -I.. is in CFLAGS. 2005-11-14 00:30:37 +00:00