diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-01-03 20:26:37 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-01-03 20:26:37 +0000 |
commit | 0eff5d780d638305664a5632c7a53e52b249c292 (patch) | |
tree | 593b4518ac7c7e300ce1d5bebe5a3ffffcdd1798 /usr.sbin/bgpd/bgpd.h | |
parent | 0d646af6fcf80c9805a79148a17f823044cd631a (diff) |
Silence a gcc warning: "initialization from incompatible pointer type"
The problem is that while ANSI C allows initialization of unions,
the initializer must be valid for the first member of the union.
Therefore, add a cast to quiet the compiler. Noticed and Ok pvalchev@
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
0 files changed, 0 insertions, 0 deletions