diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-24 13:52:05 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-24 13:52:05 (GMT) |
| commit | 51bf99fdf5def9a1842cccf4308cc8d429c1ef21 (patch) | |
| tree | af242a6d9971a7f301b6b28e87b627e9a51e6128 /unix/tclSelectNotfy.c | |
| parent | 0f7dc05b52428797556c8b281afc976403a93157 (diff) | |
| download | tcl-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.c | 3 |
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 *); |
