summaryrefslogtreecommitdiff
path: root/netsniff-ng.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-09-08 09:37:27 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-09-08 09:37:27 +0200
commit0c564e103d8240a997ee43965fa749bf816ea486 (patch)
tree4e1e6969fdff3036f6fcef49b85e30a16e9b5d9a /netsniff-ng.c
parente46767f61986d982501ec59233fabddc2876f63d (diff)
build: Change return type of main in configure compile test programs
When running the configure script with `CC=clang ./configure' clang fails all the compile test programs due to the main() function not having return type int. Change it, so we can use clang as a compiler in the configure script. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'netsniff-ng.c')
0 files changed, 0 insertions, 0 deletions
&& min_uV <= 150000 is never reachable because of a typo in the previous range check and hence vsel = 59 is never reached. Fix the previous range check to enable the vsel = 59 setting. Fixes CoverityScan CID#728454 ("Logially dead code") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/usb/wusbcore/Kconfig')