summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixRFont.c
diff options
context:
space:
mode:
authorstwo <stwo>2012-08-09 16:40:41 (GMT)
committerstwo <stwo>2012-08-09 16:40:41 (GMT)
commit60370012590a96ccb9b812f8688a0f8822c9883b (patch)
tree5347ed6db43d87e11078a4b2a93649e2a15fa016 /unix/tkUnixRFont.c
parent6a53e1bcab0c83c50e6a686c0ac485687ff29b8f (diff)
downloadtk-60370012590a96ccb9b812f8688a0f8822c9883b.zip
tk-60370012590a96ccb9b812f8688a0f8822c9883b.tar.gz
tk-60370012590a96ccb9b812f8688a0f8822c9883b.tar.bz2
Remove useless (void *) casts introduced in checkin [b7a58eae61]. The warnings were false flags from a faulty OpenBSD C compiler.
Diffstat (limited to 'unix/tkUnixRFont.c')
-rw-r--r--unix/tkUnixRFont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixRFont.c b/unix/tkUnixRFont.c
index c3ece5e..fd0b556 100644
--- a/unix/tkUnixRFont.c
+++ b/unix/tkUnixRFont.c
@@ -101,7 +101,7 @@ GetFont(
ftFont = XftFontOpen(fontPtr->display, fontPtr->screen,
FC_FAMILY, FcTypeString, "sans",
FC_SIZE, FcTypeDouble, 12.0,
- (void *) NULL);
+ NULL);
}
if (!ftFont) {
/*