blob: e8e34c8e3eb8f3d73879aaa20e29444c46f98fec (
plain)
1
2
3
4
5
|
o Code simplifications and refactoring:
- During configure, detect when we're building with clang version 3.0 or
lower and disable the -Wnormalized=id and -Woverride-init CFLAGS.
clang doesn't support them yet.
|