diff options
author | Stefan Liebler <stli@linux.vnet.ibm.com> | 2014-12-11 07:38:01 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-12-12 16:30:12 -0500 |
commit | 48e435cd93fa55ff415b90fbcdf657ded01e45b6 (patch) | |
tree | 39aa5757fb3b574bf386279884b712ec8312e76d /bits | |
parent | 9d9c0019e750b6ef2f6d941e40a4b959c736653c (diff) | |
download | glibc-48e435cd93fa55ff415b90fbcdf657ded01e45b6.tar.gz glibc-48e435cd93fa55ff415b90fbcdf657ded01e45b6.tar.xz glibc-48e435cd93fa55ff415b90fbcdf657ded01e45b6.zip |
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.
Diffstat (limited to 'bits')
0 files changed, 0 insertions, 0 deletions