Skip to content

Commit 1aa8723

Browse files
committed
chore: fix C lint errors (issue stdlib-js#6238)
1 parent 434e750 commit 1aa8723

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/floor10/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/floor10/src/addon.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
#include "stdlib/math/base/special/floor10.h"
2020
#include "stdlib/math/base/napi/unary.h"
2121

22-
// The macro likely expects this exact name:
22+
// cppcheck-suppress shadowVariable
2323
STDLIB_MATH_BASE_NAPI_MODULE_D_D( stdlib_base_floor10 )

0 commit comments

Comments
 (0)