commit | ec0659ff92ec9975028e98a901c522da4673bb75 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Tue Dec 22 18:53:16 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 22 18:53:16 2015 +0000 |
tree | 8b0e92577d9623c07bc5233ed5a257bb14b50df5 | |
parent | 085843e3270e6048ca6c4f81e6ff56511dfa5621 [diff] | |
parent | 826e475dd18fcac777d032e7d428e398a472ce5c [diff] |
Merge "liblog: build break"
diff --git a/liblog/log_is_loggable.c b/liblog/log_is_loggable.c index c73afcf..0f81efc 100644 --- a/liblog/log_is_loggable.c +++ b/liblog/log_is_loggable.c
@@ -112,7 +112,8 @@ */ static char *last_tag; static uint32_t global_serial; - uint32_t current_global_serial; + /* some compilers erroneously see uninitialized use. !not_locked */ + uint32_t current_global_serial = 0; static struct cache tag_cache[2]; static struct cache global_cache[2]; int change_detected;