History log of /fuchsia/zircon/third_party/ulib/musl/src/network/dn_comp.c
Revision Date Author Comments
# 0e306a3a 04-May-2018 Roland McGrath <mcgrathr@google.com>

[ulib][musl] Initialize a variable to silence a warning

GCC 7 for arm64 (but not for x64) cites this as "maybe uninitialized"
even though the code logic means it never can be. Just zero it anyway.

Change-Id: I5f1ebc7638fc8199d8d2d14ffaf6b45d7b29dd1d


# eebcd682 21-Jun-2016 George Kulakowski <kulakowski@google.com>

[musl] Clean up some warnings in musl's make build

Change-Id: Ib305f1d161634156fad8f7303208c49be66c855c


# 489c6e3f 17-Jun-2016 George Kulakowski <kulakowski@google.com>

[musl] clang format musl

Change-Id: I3bc6ab7655410514691cd07f08454f3afd41d9b3


# 53b9e1c8 15-Jun-2016 The Fuchsia Authors <authors@fuchsia.local>

[magenta] Initial commit