Re: [Mingw-w64-public] [PATCH] headers: Avoid c99 style comments in headers

2019-11-21 Thread Liu Hao
在 2019/11/22 4:01, Martin Storsjö 写道: > These headers may be included in code that only allows strict C90 > style comments. > > Signed-off-by: Martin Storsjö > --- > mingw-w64-headers/crt/conio.h | 4 ++-- > mingw-w64-headers/crt/corecrt.h | 2 +- > mingw-w64-headers/crt/sec_ap

Re: [Mingw-w64-public] [PATCH] headers: non C90-compliant C++ style comments break builds.

2019-11-21 Thread Jehan Pagès
Thanks! Jehan On Thu, Nov 21, 2019 at 9:01 PM Martin Storsjö wrote: > On Thu, 21 Nov 2019, Jehan Pagès wrote: > > > Hi! > > > > While building Pango with mingw-w64 (x86_64-w64-mingw32-gcc (GCC) 9.2.1 > > 20190827 (Fedora MinGW 9.2.1-1.fc31)), the build failed with this error: > > > > --

Re: [Mingw-w64-public] [PATCH] headers: non C90-compliant C++ style comments break builds.

2019-11-21 Thread Martin Storsjö
On Thu, 21 Nov 2019, Jehan Pagès wrote: Hi! While building Pango with mingw-w64 (x86_64-w64-mingw32-gcc (GCC) 9.2.1 20190827 (Fedora MinGW 9.2.1-1.fc31)), the build failed with this error: - [10/153] Compiling C object 'subprojects/fribidi/lib/c8b5423@@fribidi@sha /

[Mingw-w64-public] [PATCH] headers: Avoid c99 style comments in headers

2019-11-21 Thread Martin Storsjö
These headers may be included in code that only allows strict C90 style comments. Signed-off-by: Martin Storsjö --- mingw-w64-headers/crt/conio.h | 4 ++-- mingw-w64-headers/crt/corecrt.h | 2 +- mingw-w64-headers/crt/sec_api/stdio_s.h | 4 ++-- mingw-w64-headers/crt/setjmp.h

[Mingw-w64-public] [PATCH] headers: non C90-compliant C++ style comments break builds.

2019-11-21 Thread Jehan Pagès
Hi! While building Pango with mingw-w64 (x86_64-w64-mingw32-gcc (GCC) 9.2.1 20190827 (Fedora MinGW 9.2.1-1.fc31)), the build failed with this error: - [10/153] Compiling C object 'subprojects/fribidi/lib/c8b5423@@fribidi@sha /fribidi-bidi-types.c.obj'. FAILED: subproje