diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-24 13:52:54 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-24 13:52:54 (GMT) |
| commit | d326c63806c4d3002a0de11a29454eb1edddb27e (patch) | |
| tree | 6323100036af56eddce918aae8e5adbdb60657c8 /unix/tclSelectNotfy.c | |
| parent | 3ae5ed3dfcf3397abdbec6a00fae11fccd5fcc15 (diff) | |
| parent | 51bf99fdf5def9a1842cccf4308cc8d429c1ef21 (diff) | |
| download | tcl-d326c63806c4d3002a0de11a29454eb1edddb27e.zip tcl-d326c63806c4d3002a0de11a29454eb1edddb27e.tar.gz tcl-d326c63806c4d3002a0de11a29454eb1edddb27e.tar.bz2 | |
Merge 8.7
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 f9e99aa..62d77dd 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 *); |
