init: ensure that fatal errors in fixup_options are always propogated to caller
authorVincent Fu <vincent.fu@wdc.com>
Fri, 15 Jun 2018 21:11:10 +0000 (15:11 -0600)
committerVincent Fu <vincent.fu@wdc.com>
Mon, 18 Jun 2018 19:36:45 +0000 (13:36 -0600)
commit1cce3c66140206967462f85646a50b0065da87e9
tree52dc8c97af529fd3dd7f0347afb980a17acd5dc1
parent11ff4c37e3fc4fa4eb03c55942b89f92eb01263f
init: ensure that fatal errors in fixup_options are always propogated to caller

When warnings_fatal = 0, fatal problems detected in fixup_options
may not always be propogated back to the caller. This patch ensures
that the caller will always be notified about fatal problems.
init.c