[Vm-dev] macOS builds | Where is -Werror defined?

Eliot Miranda eliot.miranda at gmail.com
Wed Jul 28 16:41:33 UTC 2021


Hi Marcel,

> On Jul 28, 2021, at 2:56 AM, Marcel Taeumel <marcel.taeumel at hpi.de> wrote:
> 
> 
> Hi all!
> 
> Only for build.macos*, there is "-Werror" defined somewhere for "-Wimplicit-function-declaration". Not for build.linux*, not for build.win*. Only macOS.
> ../../spursista64src/vm/cogitX64SysV.c:34300:3: error: implicit declaration of function 'storePointerofObjectwithValue' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
> Can someone point me to the place? Or might it be configured in the environment already? Unrelated to our Makefiles? Where should I look?

Most compilation flags, and all warnings, are set in build.macos*/common/Makefile.flags

See WARNINGS:= -Wno-missing-field-initializers ... there-in.

> 
> Best,
> Marcel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20210728/34d18a6b/attachment.html>


More information about the Vm-dev mailing list