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

0 comments on commit e0a1698

Please sign in to comment.