Commit 94e7df4b authored by gejun's avatar gejun

Patch a minor fix to test/type_traits_unittest.cc from svn

parent 204be1e5
......@@ -18,7 +18,11 @@ struct BStruct {
int x;
};
class BClass {
#if defined(__clang__)
int ALLOW_UNUSED _x;
#else
int _x;
#endif
};
class Parent {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment