change log for rtems (2011-02-22)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue Feb 22 16:11:11 UTC 2011


 *ralf*:
2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>

	* libblock/src/media-path.c: Remove warnings.

M 1.2723  cpukit/ChangeLog
M    1.3  cpukit/libblock/src/media-path.c

diff -u rtems/cpukit/ChangeLog:1.2722 rtems/cpukit/ChangeLog:1.2723
--- rtems/cpukit/ChangeLog:1.2722	Mon Feb 21 11:00:51 2011
+++ rtems/cpukit/ChangeLog	Tue Feb 22 09:11:05 2011
@@ -1,3 +1,7 @@
+2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* libblock/src/media-path.c: Remove warnings.
+
 2011-02-21	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* sapi/include/confdefs.h,

diff -u rtems/cpukit/libblock/src/media-path.c:1.2 rtems/cpukit/libblock/src/media-path.c:1.3
--- rtems/cpukit/libblock/src/media-path.c:1.2	Wed Aug 25 03:26:21 2010
+++ rtems/cpukit/libblock/src/media-path.c	Tue Feb 22 09:11:06 2011
@@ -38,7 +38,10 @@
   char *const s = malloc(size);
 
   if (s != NULL) {
-    int rv = snprintf(s, size, "%s/%s-%" PRIu32, prefix, name, major);
+#ifndef NDEBUG
+    int rv = 
+#endif
+    snprintf(s, size, "%s/%s-%" PRIu32, prefix, name, major);
     assert(rv < (int) size);
   }
 
@@ -72,7 +75,10 @@
   char *const s = malloc(size);
 
   if (s != NULL) {
-    int rv = snprintf(s, size, "%s-%" PRIu32, path, minor);
+#ifndef NDEBUG
+    int rv = 
+#endif
+    snprintf(s, size, "%s-%" PRIu32, path, minor);
     assert(rv < (int) size);
   }
 


 *ralf*:
2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>

	* rtems/inline/rtems/rtems/status.inl: Add missing include.

M 1.2724  cpukit/ChangeLog
M   1.18  cpukit/rtems/inline/rtems/rtems/status.inl

diff -u rtems/cpukit/ChangeLog:1.2723 rtems/cpukit/ChangeLog:1.2724
--- rtems/cpukit/ChangeLog:1.2723	Tue Feb 22 09:11:05 2011
+++ rtems/cpukit/ChangeLog	Tue Feb 22 09:12:08 2011
@@ -1,5 +1,9 @@
 2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* rtems/inline/rtems/rtems/status.inl: Add missing include.
+
+2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
+
 	* libblock/src/media-path.c: Remove warnings.
 
 2011-02-21	Joel Sherrill <joel.sherrill at oarcorp.com>

diff -u rtems/cpukit/rtems/inline/rtems/rtems/status.inl:1.17 rtems/cpukit/rtems/inline/rtems/rtems/status.inl:1.18
--- rtems/cpukit/rtems/inline/rtems/rtems/status.inl:1.17	Sat Jun 12 01:40:38 2010
+++ rtems/cpukit/rtems/inline/rtems/rtems/status.inl	Tue Feb 22 09:12:08 2011
@@ -22,6 +22,8 @@
 #ifndef _RTEMS_RTEMS_STATUS_INL
 #define _RTEMS_RTEMS_STATUS_INL
 
+#include <rtems/score/basedefs.h>
+
 /**
  *  @addtogroup ClassicStatus
  *  @{



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110222/db35c0ae/attachment-0001.html>


More information about the vc mailing list