Bug 967006 - Fix Clang build failure in nICEr. r=abr

This commit is contained in:
Alex Xu 2014-02-24 10:09:55 -05:00
Родитель fc45a7641d
Коммит 3187c543eb
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -55,7 +55,8 @@ int nr_stun_build_req_no_auth(nr_stun_client_stun_binding_request_params *params
typedef struct nr_stun_client_stun_keepalive_params_ {
#ifdef WIN32 // silly VC++ gives error if no members
#if defined(WIN32) || defined(__clang__)
// VC++ and clang give error and warning respectively if no members
int dummy;
#endif
} nr_stun_client_stun_keepalive_params;