Skip to content

Commit

Permalink
chore: fix C lint errors
Browse files Browse the repository at this point in the history
PR-URL: #5409
Closes: #5399

Reviewed-by: Philipp Burckhardt <[email protected]>
  • Loading branch information
Neerajpathak07 authored Feb 24, 2025
1 parent 09562f8 commit 7e16f5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/node_modules/@stdlib/math/base/special/tan/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@
#include "stdlib/math/base/special/tan.h"
#include "stdlib/math/base/napi/unary.h"

// cppcheck-suppress shadowFunction
STDLIB_MATH_BASE_NAPI_MODULE_D_D( stdlib_base_tan )

1 comment on commit 7e16f5c

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
math/base/special/tan $\color{green}229/229$
$\color{green}+100.00\%$
$\color{green}11/11$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}229/229$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.