Allow bracket notation

We use bracket notation with string literals instead of dot notation where we don't want the compiler to do any renaming.
This commit is contained in:
Tim Schaub
2015-01-07 21:06:04 -07:00
parent 8eb6814e4b
commit 0a784bfc3b

View File

@@ -1,4 +1,5 @@
{
"-W030": true,
"-W083": true
"-W030": true,
"-W083": true,
"-W069": true
}