bug-gnulib
[Top][All Lists]
Advanced

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

Re: enforcing the use of string.h related modules


From: Eric Blake
Subject: Re: enforcing the use of string.h related modules
Date: Thu, 1 Feb 2007 05:23:25 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Eric Blake <ebb9 <at> byu.net> writes:

> 
> I see that while I was typing this, you checked in your original proposed 
> change.  But with your patch applied, I get the following:

Another one:

gcc -std=gnu99  -I.   -I/usr/local/include   -g2 -Wall -Werror -MT mountlist.o -
MD -MP -MF .deps/mountlist.Tpo -c -o mountlist.o mountlist.c
mountlist.c: In function `dev_from_mount_options':
mountlist.c:369: warning: implicit declaration of function 
`strstr_is_unportable__use_gnulib_module_strstr_for_portability'
mountlist.c:369: warning: initialization makes pointer from integer without a 
cast
make[2]: *** [mountlist.o] Error 1


2007-01-31  Eric Blake  <address@hidden>

        * modules/mountlist (Depends-on): Add strstr

RCS file: /sources/gnulib/gnulib/modules/mountlist,v
retrieving revision 1.11
diff -u -r1.11 mountlist
--- modules/mountlist   13 Oct 2006 12:40:23 -0000      1.11
+++ modules/mountlist   1 Feb 2007 05:23:06 -0000
@@ -10,6 +10,7 @@
 
 Depends-on:
 stdbool
+strstr
 xalloc
 
 configure.ac:






reply via email to

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