blob: a7f938a24817b1ac6c6fa52b5dc64e4e529f7ccc (
plain)
1
2
3
4
5
|
o Minor features (compilation):
- Our big list of extra GCC warnings is now enabled by default when
building with GCC (or with anything like Clang that claims to be
GCC-compatible). To make all warnings into fatal compilation errors,
pass --enable-fatal-warnings to configure. Closes ticket 19044.
|