Disable comma operator warnings
I've checked and found that none of the existing warnings are incorrect (other than those fixed a couple commits ago), but the main reason for disabling it is that one of the warnings is in Boost.Array which I can't do a lot about.
This commit is contained in:
@@ -2259,6 +2259,7 @@
|
||||
"-Wno-long-long",
|
||||
"-Wno-quoted-include-in-framework-header",
|
||||
"-Wno-shorten-64-to-32",
|
||||
"-Wno-comma",
|
||||
);
|
||||
};
|
||||
name = Debug;
|
||||
@@ -2352,6 +2353,7 @@
|
||||
"-Wno-long-long",
|
||||
"-Wno-quoted-include-in-framework-header",
|
||||
"-Wno-shorten-64-to-32",
|
||||
"-Wno-comma",
|
||||
);
|
||||
};
|
||||
name = Release;
|
||||
|
Reference in New Issue
Block a user