Skip to content

Commit

Permalink
Fix clang-tidy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cataphract committed Nov 11, 2024
1 parent 5367caa commit 21d4dd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appsec/src/extension/helper_process.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ static void _read_settings()

__attribute__((visibility("default"))) bool dd_appsec_maybe_enable_helper(
sidecar_enable_appsec_t nonnull enable_appsec,
// NOLINTNEXTLINE(bugprone-easily-swappable-parameters)
bool *nonnull appsec_features, bool *nonnull appsec_conf)
{
dd_appsec_rinit_once();
Expand Down

0 comments on commit 21d4dd1

Please sign in to comment.