GNOME Bugzilla – Bug 724737
prevent implicit declarations
Last modified: 2015-02-07 17:01:40 UTC
Created attachment 269702 [details] [review] prevent implicit declarations Hi. I'm seeing the following on OpenBSD when compiling g-o-i from git master: giscanner/scannerlexer.l: In function 'yylex': giscanner/scannerlexer.l:74: warning: implicit declaration of function 'strncpy' giscanner/scannerlexer.l:74: warning: incompatible implicit declaration of built-in function 'strncpy' giscanner/scannerlexer.l: In function 'check_identifier': giscanner/scannerlexer.l:323: warning: implicit declaration of function 'strcmp' giscanner/scannerlexer.l: At top level: scannerlexer.c:2779: warning: 'yy_flex_realloc' defined but not used CC libgiscanner_la-scannerparser.lo giscanner/scannerlexer.l: In function 'yylex': giscanner/scannerlexer.l:74: warning: implicit declaration of function 'strncpy' giscanner/scannerlexer.l:74: warning: incompatible implicit declaration of built-in function 'strncpy' giscanner/scannerlexer.l: In function 'check_identifier': giscanner/scannerlexer.l:323: warning: implicit declaration of function 'strcmp'
Review of attachment 269702 [details] [review]: looks good to me.
(In reply to comment #1) > Review of attachment 269702 [details] [review]: > > looks good to me. Thanks Emmanuele, it's in: 89e84d0
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]