summaryrefslogtreecommitdiffstats
path: root/unix/tclSelectNotfy.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-24 13:52:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-24 13:52:05 (GMT)
commit51bf99fdf5def9a1842cccf4308cc8d429c1ef21 (patch)
treeaf242a6d9971a7f301b6b28e87b627e9a51e6128 /unix/tclSelectNotfy.c
parent0f7dc05b52428797556c8b281afc976403a93157 (diff)
downloadtcl-51bf99fdf5def9a1842cccf4308cc8d429c1ef21.zip
tcl-51bf99fdf5def9a1842cccf4308cc8d429c1ef21.tar.gz
tcl-51bf99fdf5def9a1842cccf4308cc8d429c1ef21.tar.bz2
More progress in making clang build on Cygwin warning-free
Diffstat (limited to 'unix/tclSelectNotfy.c')
-rw-r--r--unix/tclSelectNotfy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tclSelectNotfy.c b/unix/tclSelectNotfy.c
index cb8addf..585cd80 100644
--- a/unix/tclSelectNotfy.c
+++ b/unix/tclSelectNotfy.c
@@ -233,6 +233,9 @@ typedef struct {
const void *lpszClassName;
} WNDCLASSW;
+#ifdef __clang__
+#pragma clang diagnostic ignored "-Wignored-attributes"
+#endif
extern void __stdcall CloseHandle(void *);
extern void *__stdcall CreateEventW(void *, unsigned char, unsigned char,
void *);