Skip to content

detect if the compiler supports #warning

Steve Lhomme requested to merge robUx4/vlc:preproc-warning into master

It is not an official C11 preprocessor directive.

In MSVC we could use #pragma message() but I'm not sure a define for a preprocessor is possible.

Merge request reports