Skip to content

Commit

Permalink
chore(patch): [sc-13010] ignore no declartion attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
blindspotbounty committed Aug 20, 2024
1 parent 9869a03 commit 228b1f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Crdkafka/custom/config/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#define SOLIB_EXT ".dylib"
#elif defined(__linux__)
#define SOLIB_EXT ".so"

#pragma clang diagnostic ignored "-Wimplicit-function-declaration"
#endif

#ifdef __x86_64__
Expand Down

0 comments on commit 228b1f2

Please sign in to comment.