Skip to content

Commit

Permalink
fixup! Remove openvpn_snprintf and similar functions
Browse files Browse the repository at this point in the history
Change-Id: I90c4b5b3c6dd23666888d727b892f25e8963bcb6
  • Loading branch information
schwabe committed Mar 25, 2024
1 parent b181bd5 commit 2760d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/openvpn/test_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ test_snprintf(void **state)
/* some clang version do not understand -Wformat-truncation, so ignore the
* warning to avoid warnings/errors (-Werror) about unknown pragma/option */
#pragma GCC diagnostic push
#pragma GCC diagnotsic ignored "-Wunknown-pragmas"
#pragma GCC diagnostic ignored "-Wunknown-pragmas"
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wformat-truncation"
#endif
Expand Down

0 comments on commit 2760d0f

Please sign in to comment.