]> git.tuebingen.mpg.de Git - dss.git/commit - dss.c
Don't shadow cmdline_parser_params in main().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 16 Apr 2017 11:25:10 +0000 (13:25 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 16 Apr 2017 11:25:10 +0000 (13:25 +0200)
commit71d84d1ad6047d5d24cc6c74d7b1493e8a995f74
tree360236745f9ad4bf7fca1f66a61b53ecffbd502f
parentae647da612e0edfb607a4fdb251983d6405f6b00
Don't shadow cmdline_parser_params in main().

This avoids

dss.c:1519:32: warning: declaration of 'params' shadows a previous local [-Wshadow]

The warning is harmless, though.
dss.c