mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
tidy: add readability-redundant-declaration
This commit is contained in:
@@ -57,8 +57,7 @@
|
||||
#include <sys/auxv.h>
|
||||
#endif
|
||||
|
||||
//! Necessary on some platforms
|
||||
extern char** environ;
|
||||
extern char** environ; // NOLINT(readability-redundant-declaration): Necessary on some platforms
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user