[FFmpeg-devel] [PATCH] remove MSVC cruft
Loren Merritt
lorenm
Tue Feb 12 18:35:36 CET 2008
On Tue, 12 Feb 2008, Michael Niedermayer wrote:
>
> and a #error in the default case _BREAKS_ ALL non GNU compilers, ffmpeg
> would no longer need just ISO C + POSIX but GNU
For any other syntax element, I'd agree. But #error is _supposed_ to be
fatal. What is a non-gnu compiler going to do: not ignore it (which would
be no worse than #warning), not die (who cares if it's a syntax error
rather than supporting #error), but rather something that produces a
broken binary?
--Loren Merritt
More information about the ffmpeg-devel
mailing list