diff options
author | Darren Tucker <dtucker@zip.com.au> | 2013-05-10 18:53:14 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2013-05-10 18:53:14 +1000 |
commit | c54e3e0741a27119b3badd8ff92b1988b7e9bd50 (patch) | |
tree | 29f90166d388c627e3ccb95acd378ce059d2c2ca /ChangeLog | |
parent | a75d247a18a5099c60226395354eb252c097ac86 (diff) |
- (dtucker) [configure.ac] Add -Werror to the -Qunused-arguments test so
we don't get a warning on compilers that *don't* support it. Add
-Wno-unknown-warning-option. Move both to the start of the list for
maximum noise suppression. Tested with gcc 4.6.3, gcc 2.95.4 and clang 2.9.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ | |||
14 | in to use it when we're using our own getopt. | 14 | in to use it when we're using our own getopt. |
15 | - (dtucker) [kex.c] Only include sha256 and ECC key exchange methods when the | 15 | - (dtucker) [kex.c] Only include sha256 and ECC key exchange methods when the |
16 | underlying libraries support them. | 16 | underlying libraries support them. |
17 | - (dtucker) [configure.ac] Add -Werror to the -Qunused-arguments test so | ||
18 | we don't get a warning on compilers that *don't* support it. Add | ||
19 | -Wno-unknown-warning-option. Move both to the start of the list for | ||
20 | maximum noise suppression. Tested with gcc 4.6.3, gcc 2.95.4 and clang 2.9. | ||
17 | 21 | ||
18 | 20130423 | 22 | 20130423 |
19 | - (djm) [auth.c configure.ac misc.c monitor.c monitor_wrap.c] Support | 23 | - (djm) [auth.c configure.ac misc.c monitor.c monitor_wrap.c] Support |