Merge branch 'master' into msvc-clang-missing-variable-declarations

This commit is contained in:
Kim Kulling
2023-04-26 11:15:32 +02:00
committed by GitHub
29 changed files with 55 additions and 39 deletions

View File

@@ -92,6 +92,7 @@ namespace o3dgc
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// - - Static functions - - - - - - - - - - - - - - - - - - - - - - - - - - -
AI_WONT_RETURN static void AC_Error(const char * msg) AI_WONT_RETURN_SUFFIX;
static void AC_Error(const char * msg)
{
fprintf(stderr, "\n\n -> Arithmetic coding error: ");