aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2019-02-15 13:05:47 -0800
committerNick Kralevich <nnk@google.com>2019-02-15 13:05:47 -0800
commit13030b2fd3cc59d77d953455827b9f64da66e0da (patch)
tree2aa57ed0ace2259569d2a649cd27226ad2e92dd0 /python
parentdf5204a030cc8c2edda4c789b508abdb41adf80a (diff)
downloadandroid_external_selinux-13030b2fd3cc59d77d953455827b9f64da66e0da.tar.gz
android_external_selinux-13030b2fd3cc59d77d953455827b9f64da66e0da.tar.bz2
android_external_selinux-13030b2fd3cc59d77d953455827b9f64da66e0da.zip
cil_write_ast.c: fix compile time error
Fix compile time error in Android specific code. ../cil/src/cil_write_ast.c: In function ‘__cil_write_node_helper’: ../cil/src/cil_write_ast.c:1156:17: error: variable ‘db’ set but not used [-Werror=unused-but-set-variable] struct cil_db *db = NULL; ^~ ../cil/src/cil_write_ast.c: In function ‘__cil_write_last_child_helper’: ../cil/src/cil_write_ast.c:1465:17: error: variable ‘db’ set but not used [-Werror=unused-but-set-variable] struct cil_db *db = NULL; ^~ Test: compiles Change-Id: I0af0e896ba1591ef43726dbee9906d581390e1f3
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions