main: minor clean-ups
authorLennart Poettering <lennart@poettering.net>
Tue, 22 Sep 2015 23:06:56 +0000 (01:06 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 29 Sep 2015 19:08:37 +0000 (21:08 +0200)
commit92ca4cac43055689696ea63ca7b7225e85707040
treee9eedd458e8938dcf69cda8e5e83cb3284c51921
parent2feceb5eb945d430999a8130e14c512af35b21d9
main: minor clean-ups

Add (void) casting for a couple of functions where we knowingly ignore
the returning error code.

Use EXIT_FAILURE where appropriate.

Try to initialize structures at declaration time, or at once.
src/core/main.c