summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-01-01 15:13:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-01-01 15:13:17 +0000
commit51c0451ba7432e661985d2951fbe52519fe9a311 (patch)
tree528061a6b9bea1443df013537d28407bbe3a4b86 /cpukit/ChangeLog
parentAdd __attribute__((unused)) to unused function args. (diff)
downloadrtems-51c0451ba7432e661985d2951fbe52519fe9a311.tar.bz2
2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* itron/src/acp_por.c, itron/src/act_cyc.c, itron/src/cal_por.c, itron/src/can_wup.c, itron/src/chg_iXX.c, itron/src/clr_flg.c, itron/src/cre_flg.c, itron/src/cre_mpf.c, itron/src/cre_mpl.c, itron/src/cre_por.c, itron/src/def_alm.c, itron/src/def_cyc.c, itron/src/def_int.c, itron/src/del_flg.c, itron/src/del_mpf.c, itron/src/del_mpl.c, itron/src/del_por.c, itron/src/dis_int.c, itron/src/ena_int.c, itron/src/fwd_por.c, itron/src/get_blf.c, itron/src/get_blk.c, itron/src/get_tim.c, itron/src/pacp_por.c, itron/src/pcal_por.c, itron/src/pget_blf.c, itron/src/pget_blk.c, itron/src/pol_flg.c, itron/src/ref_alm.c, itron/src/ref_cyc.c, itron/src/ref_flg.c, itron/src/ref_iXX.c, itron/src/ref_mpf.c, itron/src/ref_mpl.c, itron/src/ref_por.c, itron/src/rel_blf.c, itron/src/rel_blk.c, itron/src/ret_wup.c, itron/src/rpl_rdv.c, itron/src/set_flg.c, itron/src/set_tim.c, itron/src/sta_tsk.c, itron/src/tacp_por.c, itron/src/tcal_por.c, itron/src/tget_blf.c, itron/src/tget_blk.c, itron/src/tslp_tsk.c, itron/src/twai_flg.c, itron/src/wai_flg.c, itron/src/wup_tsk.c: Add __attribute__((unused)) to unused function args.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ff1e2ebeeb..67c4bef506 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,24 @@
+2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * itron/src/acp_por.c, itron/src/act_cyc.c, itron/src/cal_por.c,
+ itron/src/can_wup.c, itron/src/chg_iXX.c, itron/src/clr_flg.c,
+ itron/src/cre_flg.c, itron/src/cre_mpf.c, itron/src/cre_mpl.c,
+ itron/src/cre_por.c, itron/src/def_alm.c, itron/src/def_cyc.c,
+ itron/src/def_int.c, itron/src/del_flg.c, itron/src/del_mpf.c,
+ itron/src/del_mpl.c, itron/src/del_por.c, itron/src/dis_int.c,
+ itron/src/ena_int.c, itron/src/fwd_por.c, itron/src/get_blf.c,
+ itron/src/get_blk.c, itron/src/get_tim.c, itron/src/pacp_por.c,
+ itron/src/pcal_por.c, itron/src/pget_blf.c, itron/src/pget_blk.c,
+ itron/src/pol_flg.c, itron/src/ref_alm.c, itron/src/ref_cyc.c,
+ itron/src/ref_flg.c, itron/src/ref_iXX.c, itron/src/ref_mpf.c,
+ itron/src/ref_mpl.c, itron/src/ref_por.c, itron/src/rel_blf.c,
+ itron/src/rel_blk.c, itron/src/ret_wup.c, itron/src/rpl_rdv.c,
+ itron/src/set_flg.c, itron/src/set_tim.c, itron/src/sta_tsk.c,
+ itron/src/tacp_por.c, itron/src/tcal_por.c, itron/src/tget_blf.c,
+ itron/src/tget_blk.c, itron/src/tslp_tsk.c, itron/src/twai_flg.c,
+ itron/src/wai_flg.c, itron/src/wup_tsk.c:
+ Add __attribute__((unused)) to unused function args.
+
2008-12-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/threaddelayended.c, score/src/threadqextractfifo.c,