aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/yahoo/Makefile
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-07-24 13:15:43 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2010-07-24 13:15:43 +0200
commit78e2eb7bdaf0ab00321f47b93b37b603ef32bdb0 (patch)
tree1aa1d92eab97dd8d4b4343f4090665ca32f6caf9 /protocols/yahoo/Makefile
parent9034ba002b8945aee0f905b928bb0f60da9afe9f (diff)
New handling of authorization requests. The old one wasn't fully broken
actually, but it needed a reconnect to see new contacts.
Diffstat (limited to 'protocols/yahoo/Makefile')
-rw-r--r--protocols/yahoo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/yahoo/Makefile b/protocols/yahoo/Makefile
index 20ecce71..e5374538 100644
--- a/protocols/yahoo/Makefile
+++ b/protocols/yahoo/Makefile
@@ -14,7 +14,7 @@ endif
# [SH] Program variables
objects = yahoo.o crypt.o libyahoo2.o yahoo_fn.o yahoo_httplib.o yahoo_util.o
-CFLAGS += -Wall -DSTDC_HEADERS -DHAVE_STRING_H -DHAVE_STRCHR -DHAVE_MEMCPY -DHAVE_GLIB
+CFLAGS += -Wall -DSTDC_HEADERS -DHAVE_STRING_H -DHAVE_STRCHR -DHAVE_MEMCPY -DHAVE_GLIB -Wno-pointer-to-int-cast
LFLAGS += -r
# [SH] Phony targets