Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Disable warning about external library
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kabanov committed Mar 14, 2024
1 parent 5987fe3 commit 342c992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oif/dispatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ static const char *OIF_IMPL_ROOT_DIR;
*/
void *OIF_DISPATCH_HANDLES[OIF_LANG_COUNT];

// cppcheck-suppress unusedStructMember
static HASHMAP(ImplHandle, ImplInfo) IMPL_MAP;

static bool INITIALIZED_ = false;
Expand Down

0 comments on commit 342c992

Please sign in to comment.