On Thu, Oct 25, 2012 at 2:41 AM, Douglas Gregor <[email protected]> wrote:
> +def err_pch_include_opt_missing : Error<
> +    "precompiled header depends on '%select{-include|-imacros}0 %1' option "
> +    "that is missing from the command line">;
> +def err_pch_include_opt_conflict : Error<
> +    "precompiled header option '%select{-include|-imacros}0 %1' conflicts 
> with "
> +    "corresponding option '%select{-include|-imacros}0 %2' on command line">;

Hi Doug,

These two diags are unused.  Did you mean to use them?

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to