Skip to content

Commit

Permalink
use more universal deprecated macro
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Sep 27, 2023
1 parent a6ecc9d commit 55e32dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion includes/ziti/externs.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ limitations under the License.
# endif
#elif __GNUC__ >= 4
# define ZITI_FUNC __attribute__((visibility("default")))
# define ZITI_DEPRECATED(msg) __attribute_deprecated_msg__(msg)
# define ZITI_DEPRECATED(msg) __attribute((deprecated((msg))))
#else
# define ZITI_FUNC /* nothing */
#endif
Expand Down
1 change: 1 addition & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"description": "Dependencies for testing",
"dependencies": [
{
"version>=": "3.3.1",
"name": "catch2"
}
]
Expand Down

0 comments on commit 55e32dc

Please sign in to comment.