]> git.tdb.fi Git - ext/subsurface.git/commit
Fix stupid mis-initialization of current sample
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Aug 2011 21:36:34 +0000 (14:36 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Aug 2011 21:36:34 +0000 (14:36 -0700)
commit4b3bd4b739bd7a89c5dd972fff726556b219aeb2
tree2df4cf8efa518c1607e4d7961f44003937ffcd2a
parent414565e000d24fe8b483294fbec64539e336bb4e
Fix stupid mis-initialization of current sample

.. nice compiler warning hidden by the crazy gcc pointer sign warnings
that nobody wants to see (yes, we really do want to do 'strlen()' even
on unsigned strings, don't complain, crazy bitch compiler).

So this also makes our CFLAGS set -Wno-pointer-sign.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Makefile
parse.c