mirror of https://github.com/c-ares/c-ares.git
fix stringop-overflow warning of GCC (#201)
When using a modern GCC to compile c-ares, there is a stringop-overflow warning. This patch simply silences the false-positive warning, there is no actual code flaw. Bug: https://github.com/c-ares/c-ares/pull/201 Fixed By: Andi Schnebinger @Iniesta8pull/202/head
parent
b93997b678
commit
7ebedab25d
1 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue