Re: [Mingw-w64-public] [PATCH] strsafe.h: Added missing _STRSAFE_EXTERN_C in cases when inlining is disables.

2017-06-19 Thread Liu Hao
On 2017/6/20 1:40, Jacek Caban wrote: Please review. Signed-off-by: Jacek Caban --- mingw-w64-headers/include/strsafe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) We might have to test this patch with different `-std=` options with different

Re: [Mingw-w64-public] Does clang sanitizers supposed to work on mingw64?

2017-06-19 Thread Liu Hao
On 2017/6/20 2:16, Lev Serebryakov wrote: Hello Mingw-w64-public, I have installed: mingw-w64-x86_64-clang 4.0.0-1 mingw-w64-x86_64-clang-analyzer 4.0.0-1 mingw-w64-x86_64-clang-tools-extra 4.0.0-1 mingw-w64-x86_64-compiler-rt 4.0.0-1 And I could not link project which is compiled with

[Mingw-w64-public] Does clang sanitizers supposed to work on mingw64?

2017-06-19 Thread Lev Serebryakov
Hello Mingw-w64-public, I have installed: mingw-w64-x86_64-clang 4.0.0-1 mingw-w64-x86_64-clang-analyzer 4.0.0-1 mingw-w64-x86_64-clang-tools-extra 4.0.0-1 mingw-w64-x86_64-compiler-rt 4.0.0-1 And I could not link project which is compiled with UB sanitizer, as linker could not find any

[Mingw-w64-public] Strange warnings from x86_64 clang (mingw-w64-x86_64-clang 4.0.0-1) when all warnings are enabled

2017-06-19 Thread Lev Serebryakov
Hello Mingw-w64-public, I have project which have (almost) all warnings enabled. It is built well with clang 4.0 on FreeBSD and mingw-w64-x86_64-gcc 6.3.0-3 on Windows. But when I try to build it with mingw-w64-x86_64-clang 4.0.0-1 on Windows I got warnings like this about vsnprintf() and

[Mingw-w64-public] [PATCH] strsafe.h: Added missing _STRSAFE_EXTERN_C in cases when inlining is disables.

2017-06-19 Thread Jacek Caban
Please review. Signed-off-by: Jacek Caban --- mingw-w64-headers/include/strsafe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-headers/include/strsafe.h b/mingw-w64-headers/include/strsafe.h index 74f924ab..173c1ea0 100644 ---

[Mingw-w64-public] [PATCH] Added oleacc.tlb.

2017-06-19 Thread Jacek Caban
Please review. Signed-off-by: Jacek Caban --- mingw-w64-headers/Makefile.am| 1 + mingw-w64-headers/tlb/oleacc.idl | 382 +++ 2 files changed, 383 insertions(+) create mode 100644 mingw-w64-headers/tlb/oleacc.idl diff --git

[Mingw-w64-public] [PATCH] dwrite.h: Added missing DWRITE_READING_DIRECTION values.

2017-06-19 Thread Jacek Caban
Please review. Signed-off-by: Jacek Caban --- mingw-w64-headers/include/dwrite.h | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/mingw-w64-headers/include/dwrite.h b/mingw-w64-headers/include/dwrite.h index cfda8518..122d0bf6 100644 ---