I am using Octave version 3.4.3, and I get this warning: warning: fmincg.m: possible Matlab-style short-circut operator at line 104, column 20 I know why this warning occurs, I just want to make the warning not appear on screen when run. I know I can suppress ALL warnings by putting this command at the top of my octave program: warning('off','all'); Docs: https://octave.sourceforge.io/octave/funct
