diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2011-08-13 21:51:23 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2011-08-13 21:51:23 (GMT) |
commit | 40e55732d3ae5d793292ceedc7c7ab9b3305a0b1 (patch) | |
tree | e9c2b607fa747c61a49074514454eb483ac3ea93 /unix/tkUnixMenubu.c | |
parent | fa0f0cd3c51221f30d1fc20271f7241882ce4af9 (diff) | |
parent | 6c13e0123b30e10d01720ba43a2810758566e544 (diff) | |
download | tk-40e55732d3ae5d793292ceedc7c7ab9b3305a0b1.zip tk-40e55732d3ae5d793292ceedc7c7ab9b3305a0b1.tar.gz tk-40e55732d3ae5d793292ceedc7c7ab9b3305a0b1.tar.bz2 |
[Bug 3388350] mingw64 compiler warnings
Diffstat (limited to 'unix/tkUnixMenubu.c')
-rw-r--r-- | unix/tkUnixMenubu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/tkUnixMenubu.c b/unix/tkUnixMenubu.c index c6a7141..48d3fb9 100644 --- a/unix/tkUnixMenubu.c +++ b/unix/tkUnixMenubu.c @@ -21,6 +21,8 @@ Tk_ClassProcs tkpMenubuttonClass = { sizeof(Tk_ClassProcs), /* size */ TkMenuButtonWorldChanged, /* worldChangedProc */ + NULL, + NULL }; /* |