File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,11 @@ extern "C" {
8585 ((AVIF_VERSION_MAJOR * 1000000 ) + (AVIF_VERSION_MINOR * 10000 ) + (AVIF_VERSION_PATCH * 100 ) + AVIF_VERSION_DEVEL)
8686
8787typedef int avifBool;
88- typedef enum avifTrueFalse
88+ enum avifTrueFalse_
8989{
9090 AVIF_FALSE = 0 ,
9191 AVIF_TRUE = 1
92- } avifTrueFalse ;
92+ };
9393
9494#define AVIF_DIAGNOSTICS_ERROR_BUFFER_SIZE 256
9595
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ static inline void avifBreakOnError()
6969 } while (0)
7070#else
7171#define AVIF_ASSERT_OR_RETURN (A ) assert(A)
72- #define AVIF_ASSERT_NOT_REACHED_OR_RETURN assert(AVIF_FALSE );
72+ #define AVIF_ASSERT_NOT_REACHED_OR_RETURN assert(0 );
7373#endif
7474
7575// ---------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments