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: I31ce17534c8c55f47ac79584f19791767a21443e
  • Loading branch information
schwabe committed Mar 25, 2024
1 parent e0a1698 commit b181bd5
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 ignore "-Wunknown-pragmas"
#pragma GCC diagnotsic ignored "-Wunknown-pragmas"
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wformat-truncation"
#endif
Expand Down

0 comments on commit b181bd5

Please sign in to comment.