]> sourceware.org Git - lvm2.git/commit
gcc: cleanup Wunused-const-variable
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 23 Feb 2016 11:59:46 +0000 (12:59 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 23 Feb 2016 13:41:24 +0000 (14:41 +0100)
commit05cc1b87a952995c54ad99b8e9a0da9479bb56a5
tree0cf544562d2760246b3a12daaeecd29d80cc4c02
parente717ce555bffc9e8ea2dd981f733e55a2cde26ba
gcc: cleanup  Wunused-const-variable

Use #define instead, since we do not require actually buffer needs
to exists to eliminated new gcc6 warning:

clvm.h:53:19: warning: â€˜CLVMD_SOCKNAME’ defined but not used
[-Wunused-const-variable]
daemons/clvmd/clvm.h
This page took 0.036108 seconds and 5 git commands to generate.