Index: rats_mincut.c =================================================================== --- rats_mincut.c (revision 30954) +++ rats_mincut.c (revision 30955) @@ -240,7 +240,7 @@ } } else - rnd_message(PCB_MSG_WARNING, "Ignoring subcircuit %ld connecting to a net because it has no refdes;\nplease use the nonetlist flag on the subcircuit to suppress this warning\n", sc->ID); + rnd_message(RND_MSG_WARNING, "Ignoring subcircuit %ld connecting to a net because it has no refdes;\nplease use the nonetlist flag on the subcircuit to suppress this warning\n", sc->ID); } }