diff options
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/com_MSC_defs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk index 67d2b6bfb56a..36c14e91e9ef 100644 --- a/solenv/gbuild/platform/com_MSC_defs.mk +++ b/solenv/gbuild/platform/com_MSC_defs.mk @@ -194,7 +194,7 @@ endif ifneq ($(ENABLE_LTO),) # Sigh, but there are cases of C4702 when using link-time code -# generation and optimisation where I couldn't get +# generation and optimization where I couldn't get # __pragma(warning(disable:4702)) to help. Especially, the # ImplInheritanceHelper2() {} in <cppuhelper/implbase2.hxx> # was reported as containing "unreachable code" when linking |