Skip to content

Commit 61fe4c7

Browse files
committed
chore: fix C lint errors (issue #6238)
1 parent 814f6e5 commit 61fe4c7

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@
1919
#include "stdlib/math/base/special/floor10.h"
2020
#include "stdlib/math/base/napi/unary.h"
2121

22-
// cppcheck-suppress shadowVar
23-
STDLIB_MATH_BASE_NAPI_MODULE_D_D( stdlib_base_floor10 )
22+
STDLIB_MATH_BASE_NAPI_MODULE_D_D( floor10_func )

0 commit comments

Comments
 (0)