Skip to content

Commit

Permalink
#1908: turn off vt_force_use in production
Browse files Browse the repository at this point in the history
  • Loading branch information
stmcgovern committed Aug 24, 2022
1 parent 8e76797 commit ec521f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/configs/debug/debug_print.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

#if vt_check_enabled(production_build)
#define vt_debug_print_impl(force, inconfig, inmode, cat, ctx, ...) \
vt_force_use(__VA_ARGS__)
do { if (false) vt_force_use(__VA_ARGS__); } while (false);
#else
#define vt_debug_print_impl(force, inconfig, inmode, cat, ctx, ...) \
vt::config::ApplyOp< \
Expand Down

0 comments on commit ec521f8

Please sign in to comment.