change log for rtems (2011-10-26)

Gedare Bloom gedare at gwmail.gwu.edu
Wed Oct 26 14:53:54 UTC 2011


>
> * libmisc/monitor/mon-monitor.c (rtems_monitor_wakeup):
> Remove unused var "status" (Avoid warning).
>
> M
> 1.2973
> cpukit/ChangeLog
> M
> 1.44
> cpukit/libmisc/monitor/mon-monitor.c
>
> diff -u rtems/cpukit/ChangeLog:1.2972 rtems/cpukit/ChangeLog:1.2973
> --- rtems/cpukit/ChangeLog:1.2972Wed Oct 26 05:32:09 2011
> +++ rtems/cpukit/ChangeLogWed Oct 26 09:05:32 2011
> @@ -1,3 +1,8 @@
> +2011-10-26Ralf Corsépius <ralf.corsepius at rtems.org>
> +
> +* libmisc/monitor/mon-monitor.c (rtems_monitor_wakeup):
> +Remove unused var "status" (Avoid warning).
> +
>  2011-10-26Sebastian Huber <sebastian.huber at embedded-brains.de>
>
>  * ftpd/ftpd.h, ftpd/ftpd.c: Moved buffer and stack size constants into
>
> diff -u rtems/cpukit/libmisc/monitor/mon-monitor.c:1.43
rtems/cpukit/libmisc/monitor/mon-monitor.c:1.44
> --- rtems/cpukit/libmisc/monitor/mon-monitor.c:1.43Fri Sep  2 08:17:35
2011
> +++ rtems/cpukit/libmisc/monitor/mon-monitor.cWed Oct 26 09:05:32 2011
> @@ -295,9 +295,7 @@
>  void
>  rtems_monitor_wakeup(void)
>  {
> -    rtems_status_code status;
> -
> -    status = rtems_event_send(rtems_monitor_task_id,
MONITOR_WAKEUP_EVENT);
> +    rtems_event_send(rtems_monitor_task_id, MONITOR_WAKEUP_EVENT);
>  }
Should the return value be checked or discarded?

>
>  void rtems_monitor_debugger_cmd(
>
>
>
> --
> Generated by Deluxe Loginfo 2.122 by Bernardo Innocenti <
bernie at develer.com>
>
>
> _______________________________________________
> rtems-vc mailing list
> rtems-vc at rtems.org
> http://www.rtems.org/mailman/listinfo/rtems-vc
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20111026/40bf28b2/attachment-0001.html>


More information about the vc mailing list