]> git.puffer.fish Git - mirror/frr.git/commit
clippy: disable unneeded autogenerated code 1045/head
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 25 Aug 2017 16:54:13 +0000 (18:54 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 25 Aug 2017 16:54:13 +0000 (18:54 +0200)
commit0ee0892b6645c93d0e5f757b665ed40722487f96
treec30009a6edb7a2a4a21bd97bebd22742f134d6e3
parent32e5503d8f987bbc1e8193ce94139d72e7ea7582
clippy: disable unneeded autogenerated code

Coverity is generating a lot of warnings about unused stuff being
around.  Disabling these bits is most easily done by just putting a few
preprocessor directives into the template.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
python/clidef.py