S3_0 execute_orders() oaction not used in non-debug builds
Clang analyzer warns about unused oaction assignment in S3_0 execute_orders(). It's only used inside fc_assert() and log_debug().
That's not the case with later branches - there it has use outside debug.
Clang analyzer warns about unused oaction assignment in S3_0 execute_orders(). It's only used inside fc_assert() and log_debug().
That's not the case with later branches - there it has use outside debug.