]> The Tcpdump Group git mirrors - tcpdump/commit
DNS: Address two clang warnings
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 30 Dec 2017 19:12:07 +0000 (20:12 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 30 Dec 2017 19:23:21 +0000 (20:23 +0100)
commit43be05b1fc79cc36ed51f23e2cf72542a18e3be4
treed4b8b7019b934b501e7db199782b8b57c147a407
parent2f7e7d424e495eb92b1ee5b765e908e7bf80e48c
DNS: Address two clang warnings

The warnings were:
./print-domain.c:258:18: warning: no previous extern declaration for
    non-static variable 'ns_type2str'
      [-Wmissing-variable-declarations]
const struct tok ns_type2str[] = {
                 ^
./print-domain.c:323:18: warning: no previous extern declaration for
    non-static variable 'ns_class2str'
      [-Wmissing-variable-declarations]
const struct tok ns_class2str[] = {
                 ^
print-domain.c