Nick Mathewson
|
d6b2af7a3a
Merge branch 'bug19180_easy_squashed'
|
8 éve |
Nick Mathewson
|
e80a032b61
Add clang's -Wstring-conversion, and fix the one place it hits
|
8 éve |
Nick Mathewson
|
53a3b39da1
Add -Wmissing-variable-declarations, with attendant fixes
|
8 éve |
Nick Mathewson
|
80f1a2cbbd
Add the -Wextra-semi warning from clang, and fix the cases where it triggers
|
8 éve |
Nick Mathewson
|
c3adbf755b
Resolve some warnings from OSX clang.
|
8 éve |
Nick Mathewson
|
26e979b342
Add all the clang-only warnings that do not trigger now
|
8 éve |
Nick Mathewson
|
15533c8897
Set our autoconf-breaking options last, not before we check for others
|
8 éve |
Nick Mathewson
|
9bbd6502f0
Use autoconf, not gcc version, to decide which warnings we have
|
8 éve |
Nick Mathewson
|
ad16c55286
Use -Wstrict-overflow=2 on gcc5+.
|
8 éve |
Nick Mathewson
|
4caed2424a
Enable -Woverlength-strings for GCC>=4.6 on MOST of the code.
|
8 éve |
Nick Mathewson
|
8f2d2933f9
Use -Wdouble-promotion in GCC >= 4.6
|
8 éve |
Nick Mathewson
|
493499a339
Add -Wfloat-conversion for GCC >= 4.9
|
8 éve |
Nick Mathewson
|
2ff20c93a5
Add -Wunused-const-variable=2 on GCC >=6.1
|
8 éve |
Nick Mathewson
|
12517c7303
Add -Wduplicated-cond on GCC 6
|
8 éve |
Nick Mathewson
|
b14c1f4082
Merge remote-tracking branch 'public/bug19203_027' into HEAD
|
8 éve |
Nick Mathewson
|
4f8086fb20
Enable -Wnull-dereference (GCC >=6.1), and fix the easy cases
|
8 éve |
Nick Mathewson
|
c274f825da
Merge remote-tracking branch 'asn/bug17688'
|
8 éve |
Andrea Shepard
|
9eeaeddbb1
Reduce make check-spaces noise
|
8 éve |
George Kadianakis
|
36dd9538d9
Don't rely on consensus parameter to use a single guard.
|
8 éve |
Nick Mathewson
|
1e330e1947
Repair test_crypto_openssl_version with LibreSSL
|
8 éve |
Nick Mathewson
|
c19a3d1bf8
Merge branch 'maint-0.2.8'
|
8 éve |
Nick Mathewson
|
83513a93a1
Check tor_sscanf return value in test_crypto.c
|
8 éve |
Nick Mathewson
|
6eeedc02d8
Use directory_must_use_begindir to predict we'll surely use begindir
|
8 éve |
Nick Mathewson
|
ed0ecd9f13
Use tor_sscanf, not sscanf, in test_crypto.c
|
8 éve |
Nick Mathewson
|
b458a81cc5
Merge branch 'maint-0.2.8'
|
8 éve |
Nick Mathewson
|
a32ca313c4
Merge branch 'maint-0.2.7' into maint-0.2.8
|
8 éve |
Nick Mathewson
|
5854b19816
Use tor_sscanf, not sscanf, in test_util.c.
|
8 éve |
Nick Mathewson
|
3cdc8bfa2c
Let's not even talk about those errors, ok?
|
8 éve |
Nick Mathewson
|
97f2c1c58e
Wait, we had sprintf() in our unit tests?? FOR SHAME!
|
8 éve |
Nick Mathewson
|
4f1a04ff9c
Replace nearly all XXX0vv comments with smarter ones
|
8 éve |