summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-23 14:39:56 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-23 14:39:56 -0400
commit2fa7a3af4c77047525d7372b6845b547b2f6bf92 (patch)
treeeb25af7c5d9546fe529b91b4e43624b2b4471b96 /changes
parent5b7d4b0ceaf4ed3a3e9476cbae0defb9b2e13dea (diff)
downloadtor-2fa7a3af4c77047525d7372b6845b547b2f6bf92.tar.gz
tor-2fa7a3af4c77047525d7372b6845b547b2f6bf92.zip
Make advisory-warnings on by default.
Add --enable-fatal-warnings to control -Werror. Closes ticket 19044.
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.