comparison packages/kernel/current/ChangeLog @ 3132:80f232caf539

* tests/except1.cxx (cause_exception): Fix compiler warning about variable that is set but not used. Enter CYGBLD_ATTRIB_UNUSED. * tests/kexcept1.c (cause_exception): Ditto. * tests/kmbox1.c (entry1): Fix compiler warning about variable that is set but not used. Use by a conditional CYGMTH_MBOX_PUT_CAN_WAIT. * tests/mbox1.cxx (entry1): Ditto. * tests/tm_basic.cxx (run_thread_tests, run_mbox_tests, run_flag_tests): Remove unused variables.
author sergeig
date Tue, 20 Mar 2012 15:39:58 +0000
parents e8b153151417
children c8f21fa31800
comparison
equal deleted inserted replaced
3131:5512149f0f36 3132:80f232caf539
1 2012-03-19 Sergei Gavrikov <sergei.gavrikov@gmail.com>
2 Jonathan Larmour <jifl@eCosCentric.com>
3
4 * tests/except1.cxx (cause_exception): Fix compiler warning about
5 variable that is set but not used. Enter CYGBLD_ATTRIB_UNUSED.
6 * tests/kexcept1.c (cause_exception): Ditto.
7 * tests/kmbox1.c (entry1): Fix compiler warning about variable that
8 is set but not used. Use by a conditional CYGMTH_MBOX_PUT_CAN_WAIT.
9 * tests/mbox1.cxx (entry1): Ditto.
10 * tests/tm_basic.cxx (run_thread_tests, run_mbox_tests,
11 run_flag_tests): Remove unused variables.
12
1 2012-03-06 Grant Edwards <grant.b.edwards@gmail.com> 13 2012-03-06 Grant Edwards <grant.b.edwards@gmail.com>
2 14
3 * src/intr/intr.cxx (attach): Fix compiler warning about unused 15 * src/intr/intr.cxx (attach): Fix compiler warning about unused
4 variable. [ Bugzilla 1001505 ] 16 variable. [ Bugzilla 1001505 ]
5 17