[cfe-commits] [PATCH] [libcxx][build] ignore unknown pragmas on GCC

Michael Spencer bigcheesegs at gmail.com
Wed Dec 26 16:42:10 PST 2012


  Warning on an unknown pragma is a good thing. It means you requested some specific behavior but the compiler couldn't do it.

  The pragmas should probably be conditionally used, but I don't know which ones gcc is complaining about.

http://llvm-reviews.chandlerc.com/D240



More information about the cfe-commits mailing list