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 434e750 commit 1aa8723Copy full SHA for 1aa8723
lib/node_modules/@stdlib/math/base/special/floor10/src/addon.c
@@ -19,5 +19,5 @@
19
#include "stdlib/math/base/special/floor10.h"
20
#include "stdlib/math/base/napi/unary.h"
21
22
-// The macro likely expects this exact name:
+// cppcheck-suppress shadowVariable
23
STDLIB_MATH_BASE_NAPI_MODULE_D_D( stdlib_base_floor10 )
0 commit comments