mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 17:39:28 +02:00
Maybe ASSERT are not always active, so defensive coding solution. txCommands.c:883:6: warning: variable 'but' is used uninitialized whenever switch default is taken txCommands.c:888:6: warning: variable 'act' is used uninitialized whenever switch default is taken clang18 -Wall warning cleanup [-Wsometimes-uninitialized]