gnu-efi/apps
Peter Jones e861bb3861 Work around -Werror=maybe-uninitialized not being very bright.
The compiler doesn't believe the loop always executes at least once,
even though the data in the first array entry doesn't satisfy the exit
condition.  So just initialize the thing to shut it up.

Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Nigel Croxon <ncroxon@redhat.com>
2018-03-14 14:50:23 -04:00
..
AllocPages.c Fix some types gcc doesn't like 2018-03-14 14:50:22 -04:00
debughook.c fix clang support. 2017-02-17 16:24:26 -05:00
drv0_use.c Restore correct operation of BS driver test 2017-01-08 06:58:30 -05:00
drv0.c Restore correct operation of BS driver test 2017-01-08 06:58:30 -05:00
drv0.h Restore correct operation of BS driver test 2017-01-08 06:58:30 -05:00
exit.c add-Exit - Add Exit() library function which calls BS->Exit() 2017-02-17 16:30:28 -05:00
FreePages.c Fix some types gcc doesn't like 2018-03-14 14:50:22 -04:00
Makefile Fixed build issue with apps/exit.c 2017-02-17 16:31:39 -05:00
modelist.c The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
printenv.c The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
route80h.c Work around -Werror=maybe-uninitialized not being very bright. 2018-03-14 14:50:23 -04:00
setjmp.c Turns out we actually need setjmp in one of gnu-efi's prominent 2015-05-14 12:20:51 -04:00
t2.c This -Wall -Wextra thing actually caught a real bug. 2016-03-03 16:55:26 -05:00
t3.c The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
t4.c This -Wall -Wextra thing actually caught a real bug. 2016-03-03 16:55:26 -05:00
t5.c The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
t6.c The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
t7.c This -Wall -Wextra thing actually caught a real bug. 2016-03-03 16:55:26 -05:00
t8.c The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
t.c The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
tcc.c apps/tcc: tcc marcked ok for non x86-64 archs 2017-03-10 16:02:03 -05:00
tpause.c The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
trivial.S The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00