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:
parent
61fd825e89
commit
0b5558c3e3
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue