Index: gsch2pcb-rnd/gsch2pcb.c =================================================================== --- gsch2pcb-rnd/gsch2pcb.c (revision 19158) +++ gsch2pcb-rnd/gsch2pcb.c (revision 19159) @@ -451,7 +451,8 @@ } if (current_method == NULL) { want_method = want_method_default; - pcb_message(PCB_MSG_WARNING, "Warning: method not specified for a project (that has no board or project file yet); defaulting to -m %s. This warning is harmless if you are running gsch2pcb-rnd for the first time on this project and you are fine with this method.", want_method); + if (!conf_g2pr.utils.gsch2pcb_rnd.quiet_mode) + pcb_message(PCB_MSG_WARNING, "Warning: method not specified for a project (that has no board or project file yet); defaulting to -m %s. This warning is harmless if you are running gsch2pcb-rnd for the first time on this project and you are fine with this method.", want_method); } }