summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-27 10:39:34 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-27 10:39:34 -0400
commita0dd8360983e8df41424694f4708ffa6f03f65a1 (patch)
treed0d207578b777aa49407c84fa84776d267e50443 /changes
parent437cbb17c215e60cfd673d99e9c7ad729df6431a (diff)
parent771ca7c5446584989d1602a053c4261ca3450cab (diff)
downloadtor-a0dd8360983e8df41424694f4708ffa6f03f65a1.tar.gz
tor-a0dd8360983e8df41424694f4708ffa6f03f65a1.zip
Merge remote-tracking branch 'public/ticket19044'
Diffstat (limited to 'changes')
-rw-r--r--changes/190445
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/19044 b/changes/19044
new file mode 100644
index 0000000000..a7f938a248
--- /dev/null
+++ b/changes/19044
@@ -0,0 +1,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.