bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] fix -Wall warning


From: Hideki IWAMOTO
Subject: [PATCH] fix -Wall warning
Date: Sun, 23 Feb 2003 02:25:51 +0900

queue.h:40:33: warning: "/*" within comment

? libdb/.deps
? libdb/Makefile
? libdb/Makefile.in
Index: libdb/queue.h
===================================================================
RCS file: /cvsroot/global/global/libdb/queue.h,v
retrieving revision 1.3
diff -u -r1.3 queue.h
--- libdb/queue.h       28 Oct 2002 00:50:10 -0000      1.3
+++ libdb/queue.h       22 Feb 2003 17:22:54 -0000
@@ -37,7 +37,7 @@
 #ifndef _SYS_QUEUE_H_
 #define        _SYS_QUEUE_H_
 
-/* #include <machine/ansi.h>   /* for __offsetof */
+/* #include <machine/ansi.h>*/ /* for __offsetof */
 
 /*
  * This file defines five types of data structures: singly-linked lists,

----
Hideki IWAMOTO  address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]