Skip to content

Commit

Permalink
eliminate compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jul 12, 2024
1 parent 87762c2 commit 6469cdf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions coders/heic.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@
#endif
#endif

/*
Define declarations.
*/
#define HEIC_COMPUTE_NUMERIC_VERSION(major,minor,patch) \
(((major) << 24) | ((minor) << 16) | ((patch) << 8) | 0)

#if defined(MAGICKCORE_HEIC_DELEGATE)
/*
Forward declarations.
Expand Down

0 comments on commit 6469cdf

Please sign in to comment.