summaryrefslogtreecommitdiff
path: root/synth
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-01-12 12:09:38 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-01-12 12:09:38 +0100
commit08fc0a38a7ed8553157043337a8c680f37694596 (patch)
tree24529932de053af2b90e3273a40f56ba8c9c76f5 /synth
parent105932305adf830ec8116827761a8a8c8aff4523 (diff)
Fatal-warning gets disabled when entering in-synth-CLI
Diffstat (limited to 'synth')
-rw-r--r--synth/in_synth_cli.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/synth/in_synth_cli.cpp b/synth/in_synth_cli.cpp
index a21e1f7..5bc071f 100644
--- a/synth/in_synth_cli.cpp
+++ b/synth/in_synth_cli.cpp
@@ -75,6 +75,7 @@ void do_in_synth_cli()
output_warning("WARNING: failed to set signal handler in the in-synth-cli. pressing enter will\n"
" kill the synth, so be careful. this is not fatal");
+ fatal_warnings=false;
while (true)
{