Hi Eli, you've read too fast, the warnings are with cl (Visual C++ if you prefer), esp. when compiled with 64bit mode.
-----Original Message----- From: Eli Zaretskii [mailto:e...@gnu.org] Sent: Thursday, November 03, 2022 15:45 To: jull...@eligis.com Cc: psm...@gnu.org; make-...@gnu.org; tinycc-devel@nongnu.org Subject: Re: GNUmake v4.4 port on Windows with tcc > From: "Christian Jullien" <eli...@orange.fr> > Cc: <make-...@gnu.org>, > <tinycc-devel@nongnu.org> > Date: Thu, 3 Nov 2022 15:29:47 +0100 > > Of course it does. Thanks. Paul, should I install this? > As side note, compiling GNUmake with cl x64 gives the following warnings The "size_t to int" warnings are about EINTRLOOP, so I'll let Paul worry about that, since there could be no loops on Windows. The other warnings are in places where there are too many system-dependent ifdef's for messing with them without a compiler available for testing. So either you suggest more ifdef's to take care of those warnings, or Tiny C users will have to live with them. _______________________________________________ Tinycc-devel mailing list Tinycc-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tinycc-devel