Skip to content

Commit 6d9ed10

Browse files
authored
chore: fix C lint errors
PR-URL: #5291 Closes: #5274 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 0ad736d commit 6d9ed10

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

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

22+
// cppcheck-suppress shadowFunction
2223
STDLIB_MATH_BASE_NAPI_MODULE_DD_D( stdlib_base_powm1 )

0 commit comments

Comments
 (0)