[vlc-devel] [PATCH 01/12] Replace #warning with '#pragma message'.

Felix Abecassis felix.abecassis at gmail.com
Mon Dec 2 11:27:11 CET 2013


The following code does not compile with gcc:
if (1) {
}
#pragma message("foo")
else {
}


Compiles fine with clang and MSVC.
Looks like a compiler bug.

2013/11/30 Rémi Denis-Courmont <remi at remlab.net>:
> Patch does not compile.
>
> --
> Rémi Denis-Courmont
> http://www.remlab.net/
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel



-- 
Félix Abecassis
http://felix.abecassis.me



More information about the vlc-devel mailing list