clang-tidy: mark a bunch of variables constexpr
Found with cppcoreguidelines-interfaces-global-init Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
const NeighborPlugin *const neighbor_plugins[] = {
|
||||
constexpr const NeighborPlugin *neighbor_plugins[] = {
|
||||
#ifdef ENABLE_SMBCLIENT
|
||||
&smbclient_neighbor_plugin,
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user