Re: built-in function 'exp' declared as non-function

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

 



Hi phi,

On Wed, Apr 10, 2019 at 09:46:45AM +0200, phi gcc wrote:
> built-in function 'exp' declared as non-function
> 
> exp is a symbol of mine (An array of struct), not a function.
> 
> I can't change the Makefile CFLAGS  that are setup tight (-Wall etc....)

Preferably you should add --no-builtin-exp.  But you can also add a line

#pragma GCC diagnostic ignored "-Wbuiltin-declaration-mismatch"


Segher



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux