commit | 0b243fd63b78e5e02e7aeb88ebfb997742d15cc1 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Tue Jun 16 23:52:47 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jun 17 10:42:45 2015 +0200 |
tree | 82526afcd202524e0680697b3b65e5cd490d2fa3 | |
parent | 31c56530b80c00451bc26e85f664a1ba28fc91c1 [diff] |
BUG/MINOR: vars/compil: fix some warnings A switch case doesn't have default entry, and the compilator sends a warning about uninitilized var. warning: 'vars' may be used uninitialized in this function [-Wmaybe-uninitialized]