This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

New build warning: implicit declaration of function âasprintfâ when building lto-plugin.o


Hello!

Recent commit introduced following build warning:

/home/uros/gcc-svn/trunk/lto-plugin/lto-plugin.c: In function
âclaim_file_handlerâ:
/home/uros/gcc-svn/trunk/lto-plugin/lto-plugin.c:930:16: warning:
implicit declaration of function âasprintfâ
[-Wimplicit-function-declaration]
      t = hi ? asprintf (&objname, "%s@0x%x%08x", file->name, lo, hi)

I'll speculate that this is due to recent header reorganisation. Author CC'd.

Uros.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]