On Sun, Jun 26, 2016 at 07:08:06PM -0400, Rick Kern wrote: > Pulling -std=c99 into CXXFLAGS from CFLAGS causes a compile error with c++ > files using clang on OS X. > Adding -std=c++98 unconditionally to CXXFLAGS will generate a compile error > on compilers that don't support the -std option. > It works but is less readable if -std=c++98 is appended after -std=c99 when > the -std option is supported. > > Signed-off-by: Rick Kern <ker...@gmail.com> > --- > common.mak | 2 +- > configure | 1 - > 2 files changed, 1 insertion(+), 2 deletions(-)
LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Its not that you shouldnt use gotos but rather that you should write readable code and code with gotos often but not always is less readable
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel