Skip to content

Commit

Permalink
don't depend on bleeding edge language features (#23)
Browse files Browse the repository at this point in the history
* don't depend on bleeding edge language features

* restore identiation
  • Loading branch information
mmomtchev authored Jan 16, 2025
1 parent 5d1daee commit e08f77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MagickCore/method-attribute.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ extern "C" {
#else
# define magick_alloc_size(x) /* nothing */
# define magick_alloc_sizes(x,y) /* nothing */
# if defined(_MSC_VER)
# if defined(_MSC_VER) && (__STDC_VERSION__) >= 202311L
# define magick_fallthrough [[fallthrough]]
# else
# define magick_fallthrough /* nothing */
Expand Down

0 comments on commit e08f77e

Please # to comment.