]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: avoid compiler warnings with some assert() implementations
authorBen Walton <bdwalton@gmail.com>
Mon, 2 Jun 2014 19:32:16 +0000 (20:32 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 2 Jun 2014 19:44:07 +0000 (20:44 +0100)
commit1239ac573df0a699d6999aed23caaf4a0eb099df
treeec31411dec131c8b0b86dae2c83819d169df72ed
parenta6ee674d643d187216d426fcdb7789769aaa4ea2
maint: avoid compiler warnings with some assert() implementations

* src/df.c (get_dev): asssert() on Solaris 10 is not marked as
__noreturn__ and thus the compiler may think V is uninitialized
later on in the function.
* THANKS.in: Remove the now committer.
THANKS.in
src/df.c