未验证 提交 f358dc41 编写于 作者: A alexey-milovidov 提交者: GitHub

Update ColumnString.h

上级 db531908
...@@ -89,7 +89,7 @@ public: ...@@ -89,7 +89,7 @@ public:
return StringRef(&chars[offsetAt(n)], sizeAt(n)); return StringRef(&chars[offsetAt(n)], sizeAt(n));
} }
/// Suppress gcc7 warnings: '*((void*)&<anonymous> +8)' may be used uninitialized in this function /// Suppress gcc 7.3.1 warning: '*((void*)&<anonymous> +8)' may be used uninitialized in this function
#if !__clang__ #if !__clang__
#pragma GCC diagnostic push #pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized" #pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册