libtool
[Top][All Lists]
Advanced

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

a small C warning


From: Sebastien Sable
Subject: a small C warning
Date: 10 Jul 2001 20:36:29 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Hi,

sorry if this is not really specific to libtool but it I have this
little boring warning in a file of mine when using lt_dladdsearchdir :

gcc -DHAVE_CONFIG_H -I. -I. -I.. -DSYSCONFDIR=\"/usr/local/etc\" 
-DPKGDATADIR=\"/usr/local/share/libbraille\" 
-DPKGLIBDIR=\"/usr/local/lib/libbraille\" -g -O2 -Wall -I../include -c 
braille.c          -fPIC -DPIC -o .libs/braille.lo
braille.c: In function `load_braille_driver':
braille.c:489: warning: assignment makes pointer from integer without a cast

which correspond to this line :

error = lt_dladdsearchdir(PKGLIBDIR);

I tried different kinds of cast without success.
The program works great anyway so it must be nothing, but if someone
has an idea...

Thanks in advance

-- 
Sébastien Sablé <address@hidden>
http://inova.snv.jussieu.fr/~sable/



reply via email to

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