]> Kevux Git Server - fll/commit
Workaround: Clang compiler problems, add _clang_not_a_compile_time_constant_workaroun...
authorKevin Day <kevin@kevux.org>
Thu, 27 Jul 2023 04:03:42 +0000 (23:03 -0500)
committerKevin Day <kevin@kevux.org>
Thu, 27 Jul 2023 04:03:42 +0000 (23:03 -0500)
commit20cf6d11f6b633d3a587afca6dd0d70f709fc2cf
treef492b2f8edaa15d6fa83845f0472e6d2d9c7e64a
parent5e0657b31d21f57786723c51b758fc6ef370c342
Workaround: Clang compiler problems, add _clang_not_a_compile_time_constant_workaround_ define in Byte Dump program.

CLang fails to handle this well and errors out with: "initializer element is not a compile-time constant".

Provide a custom define _clang_not_a_compile_time_constant_workaround_ to be used as a work-around for the problematic CLang compiler.
level_3/byte_dump/c/main/common/string.c
level_3/byte_dump/data/build/defines
level_3/byte_dump/data/build/settings