1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 17:47:37 +00:00

(trunk libT) silence curl_easy_setopt -Wunreachable-code warnings

This commit is contained in:
Charles Kerr 2009-01-24 00:25:11 +00:00
parent 61fd825e89
commit 0b5558c3e3

View file

@ -14,6 +14,8 @@
#include <stdlib.h> /* bsearch */
#include <event.h>
#define CURL_DISABLE_TYPECHECK /* otherwise -Wunreachable-code goes insane */
#include <curl/curl.h>
#include "transmission.h"