commit | 5db4537f644c26cd59303f5c92fb6ba12e9f1d31 | [log] [tgz] |
---|---|---|
author | Guido Trentalancia <guido@trentalancia.net> | Fri Dec 23 16:16:54 2016 +0100 |
committer | James Carter <jwcart2@tycho.nsa.gov> | Fri Jan 06 12:15:12 2017 -0500 |
tree | b9c1bb2e8b3b38962204f70aeefd0d76d2c50960 | |
parent | 055d14a99a84dc482adb9eef385596c0330824f5 [diff] |
libselinux: Fix unitialized variable compiler warnings Fix unitialized variable compiler warnings when using the "-O3 -Werror" flags on gcc6 by initializing the variables in question. The variables were never used before being initialized. Signed-off-by: Guido Trentalancia <guido@trentalancia.net> Signed-off-by: James Carter <jwcart2@tycho.nsa.gov>