summaryrefslogtreecommitdiffhomepage
path: root/src/driver
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-11-29 08:41:17 -0500
committermidipix <writeonce@midipix.org>2016-11-10 23:35:29 -0500
commit4e7a71da4b55950d2e267118681ca7e04f019573 (patch)
treea2e57d1f14a21ef74acbb2a461afcd587734b2bd /src/driver
parentda8e21cf102f54ba05adce1cb8e59794b6c73bac (diff)
downloadperk-4e7a71da4b55950d2e267118681ca7e04f019573.tar.bz2
perk-4e7a71da4b55950d2e267118681ca7e04f019573.tar.xz
conformance fixes: optimized build: variable initialization and default values.
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/pe_driver_ctx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/driver/pe_driver_ctx.c b/src/driver/pe_driver_ctx.c
index 92a025d..6699fcc 100644
--- a/src/driver/pe_driver_ctx.c
+++ b/src/driver/pe_driver_ctx.c
@@ -143,6 +143,7 @@ int pe_get_driver_ctx(
output = 0;
pretty = 0;
nunits = 0;
+ fdout = 0;
program = argv_program_name(argv[0]);
if (!argv[1] && (flags & PERK_DRIVER_VERBOSITY_USAGE))