We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da0112 commit 038849eCopy full SHA for 038849e
src/randomenv.cpp
@@ -62,7 +62,7 @@
62
defined(__NetBSD__) || \
63
defined(__OpenBSD__) || \
64
defined(__illumos__)
65
-extern char** environ; // NOLINT(readability-redundant-declaration): Necessary on the above platforms
+extern char** environ; // Necessary on the above platforms
66
#endif
67
68
namespace {
0 commit comments