ares_android.c: fix warning: ISO C forbids an empty translation unit

pull/184/head cares-1_14_0
Daniel Stenberg 7 years ago
parent 96bd1a2063
commit 17dc1b3102
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
  1. 4
      ares_android.c

@ -341,5 +341,7 @@ done:
(*android_jvm)->DetachCurrentThread(android_jvm);
return dns_list;
}
#else
/* warning: ISO C forbids an empty translation unit */
typedef int dummy_make_iso_compilers_happy;
#endif

Loading…
Cancel
Save