(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
1 changed files with 2 additions and 0 deletions

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"