I was trying to the following line in octave as part of a GUI plot program.
if nargin == 0 warning off fig = openfig(mfilename,\'reuse\'); warning on <