From: JF Bastien Date: Tue, 24 Feb 2015 01:59:38 +0000 (+0000) Subject: Reword ELAST warning X-Git-Tag: llvmorg-3.7.0-rc1~11083 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ca8c6b9ca2c13729a84cfa68311d61b2416e4b2;p=platform%2Fupstream%2Fllvm.git Reword ELAST warning Summary: GCC emits a pretty amusing warning when there are apostrophes in a #warning: ```warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]``` Reword the warning to avoid this, and be more consistent with other warnings in libc++. Reviewers: danalbert Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D7818 llvm-svn: 230298 --- diff --git a/libcxx/src/config_elast.h b/libcxx/src/config_elast.h index 08d0103..9d6a76b 100644 --- a/libcxx/src/config_elast.h +++ b/libcxx/src/config_elast.h @@ -30,7 +30,7 @@ #define _LIBCPP_ELAST _sys_nerr #else // Warn here so that the person doing the libcxx port has an easier time: -#warning This platform's ELAST hasn't been ported yet +#warning ELAST for this platform not yet implemented #endif #endif // _LIBCPP_CONFIG_ELAST