On 12 March 2018 at 15:01, Eric Engestrom <[email protected]> wrote: > Signed-off-by: Eric Engestrom <[email protected]> > --- > Dylan, was there any reason to have -Werror=missing-prototypes and > -Werror=implicit-function-declaration in C but not C++? > Both sound to me like something we always want.
Seems to be copied from the autotools setup. Reason being, both are not valid for C++. Although since we probe for them, everything should be fine. The C++ test will bail out and the flags won't be set during the actual build. Reviewed-by: Emil Velikov <[email protected]> -Emil _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
