(trunk libT) silence curl_easy_setopt -Wunreachable-code warnings
This commit is contained in:
parent
61fd825e89
commit
0b5558c3e3
|
@ -14,6 +14,8 @@
|
||||||
#include <stdlib.h> /* bsearch */
|
#include <stdlib.h> /* bsearch */
|
||||||
|
|
||||||
#include <event.h>
|
#include <event.h>
|
||||||
|
|
||||||
|
#define CURL_DISABLE_TYPECHECK /* otherwise -Wunreachable-code goes insane */
|
||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
|
|
||||||
#include "transmission.h"
|
#include "transmission.h"
|
||||||
|
|
Loading…
Reference in New Issue