[cfe-commits] r173041 - /cfe/trunk/include/clang/AST/VTableBuilder.h
Timur Iskhodzhanov
timurrrr at google.com
Thu Jan 24 03:02:59 PST 2013
Takumi, thanks for fixing this!
2013/1/21 NAKAMURA Takumi <geek4civic at gmail.com>:
> Author: chapuni
> Date: Mon Jan 21 08:15:24 2013
> New Revision: 173041
>
> URL: http://llvm.org/viewvc/llvm-project?rev=173041&view=rev
> Log:
> AST/VTableBuilder.h: Suppress a warning. [-Wunused-private-field]
>
> Modified:
> cfe/trunk/include/clang/AST/VTableBuilder.h
>
> Modified: cfe/trunk/include/clang/AST/VTableBuilder.h
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/VTableBuilder.h?rev=173041&r1=173040&r2=173041&view=diff
> ==============================================================================
> --- cfe/trunk/include/clang/AST/VTableBuilder.h (original)
> +++ cfe/trunk/include/clang/AST/VTableBuilder.h Mon Jan 21 08:15:24 2013
> @@ -256,6 +256,7 @@
>
> uint64_t AddressPoint = AddressPoints.lookup(Base);
> assert(AddressPoint != 0 || IsMicrosoftABI);
> + (void)IsMicrosoftABI;
>
> return AddressPoint;
> }
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
--
Timur Iskhodzhanov,
Google Russia
More information about the cfe-commits
mailing list