summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixNotfy.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-01 11:04:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-01 11:04:19 (GMT)
commite24d246c87b3d227a8fb4835bfeebad333d38b42 (patch)
treeb364c65de0a09b2125ba867a1ba14c257532d3d3 /unix/tclUnixNotfy.c
parent4cabc332b4292774ede435437957baf321e9afd2 (diff)
downloadtcl-e24d246c87b3d227a8fb4835bfeebad333d38b42.zip
tcl-e24d246c87b3d227a8fb4835bfeebad333d38b42.tar.gz
tcl-e24d246c87b3d227a8fb4835bfeebad333d38b42.tar.bz2
Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested with the brand-new gcc 5.2.0)
Diffstat (limited to 'unix/tclUnixNotfy.c')
-rw-r--r--unix/tclUnixNotfy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c
index 5c7f8b5..2df704b 100644
--- a/unix/tclUnixNotfy.c
+++ b/unix/tclUnixNotfy.c
@@ -238,7 +238,7 @@ typedef struct {
void *hCursor;
void *hbrBackground;
void *lpszMenuName;
- void *lpszClassName;
+ const void *lpszClassName;
} WNDCLASS;
extern void __stdcall CloseHandle(void *);