resolv: Suppress maybe uninitialized warning
commit48e435cd93fa55ff415b90fbcdf657ded01e45b6
authorStefan Liebler <stli@linux.vnet.ibm.com>
Thu, 11 Dec 2014 12:38:01 +0000 (11 07:38 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Fri, 12 Dec 2014 21:30:12 +0000 (12 16:30 -0500)
tree39aa5757fb3b574bf386279884b712ec8312e76d
parent9d9c0019e750b6ef2f6d941e40a4b959c736653c
resolv: Suppress maybe uninitialized warning

In send_vc function at resolv/res_send.c, There is the
following warning on some architectures:

  'resplen' may be used uninitialized in this function
  [-Wmaybe-uninitialized]

And this is a false positive.  This patch suppress the
compiler warning.
ChangeLog
resolv/res_send.c