]> git.ipfire.org Git - thirdparty/suricata.git/commit
mem: fix shadow declaration warning 3963/head
authorVictor Julien <victor@inliniac.net>
Fri, 21 Jun 2019 11:14:21 +0000 (13:14 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 21 Jun 2019 11:14:25 +0000 (13:14 +0200)
commit35b88991c309a36bee741ced2f1935fb85d1d0d0
treef45d72b97cf10aeb4fc95f613440fd015cea6689
parent034555644bfe977db85bfd1363ee24da63951b58
mem: fix shadow declaration warning

Avoid clash by adding a leading underscore to the declaration in the
macro. These temporary vars should never clash with valid variables
from the code where they are called from.
src/util-mem.h