bugGNU gv - Bugs: bug #11084, Warning about gettext on...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #11084: Warning about gettext on compilation

Submitter:  Jose E. Marchesi <jemarch>
Submitted:  Sun 21 Nov 2004 04:00:12 PM UTC
   
 
Category:  Sources configuration Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  jemarch
Open/Closed:  Closed Release:  3.6.2

Fri 07 Jul 2006 03:36:24 PM UTC, comment #2: 

`gettext' renamed to `ps_gettext' on sources. Fixed.

Jose E. Marchesi <jemarch>
Sun 19 Dec 2004 04:33:17 PM UTC, comment #1: 

Actually, there is a function called `gettext' implemented on ps.c. I agree it is not the best name since it collides with the standard `gettext', but i dont understand what gcc consider as a "builtin function".

My gcc do not complain, btw.

Jose E. Marchesi <jemarch>
Sun 21 Nov 2004 04:00:12 PM UTC, original submission:  

Still get the warning about gettext.  Maybe best not to declare it at all?
if gcc -DHAVE_CONFIG_H -I. -I. -I.  -DNON_BLOCKING_IO -DGV_CODE -DGV_CODE -DGV_LIBDIR=\"/usr/local/gnu/lib/gv\"   -g -O2 -MT ps.o -MD -MP -MF ".deps/ps.Tpo" -c -o ps.o ps.c; \
then mv -f ".deps/ps.Tpo" ".deps/ps.Po"; else rm -f ".deps/ps.Tpo"; exit 1; fi
ps.c:173: warning: conflicting types for built-in function 'gettext'

Submitted by Karl Berry

Jose E. Marchesi <jemarch>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-07-07 jemarch StatusNone Fixed
    Open/ClosedOpen Closed
2006-07-04 jemarch ReleaseNone 3.6.2

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code