Re: Building NSS failed on Mac OS X 10.10 with "unknown warning group '-Wvarargs'"

2016-12-29 Thread John Jiang
Just filed a bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1326368 Additionally, I commented the below line for nss/lib/certhigh/ocsp.c, #pragma GCC diagnostic ignored "-Wvarargs" and tried to build again. The new building finished. Thanks! 2016-12-30 10:43 GMT+08:00 Martin Thomson

Re: Building NSS failed on Mac OS X 10.10 with "unknown warning group '-Wvarargs'"

2016-12-29 Thread Martin Thomson
Hi John, Could you open a bug? https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS=Libraries On Thu, Dec 29, 2016 at 5:19 PM, John Jiang wrote: > Hi, > I tried to build NSS 3.27.1 [1] on Mac OS X 10.10, but the building ended > with the following message: >

Building NSS failed on Mac OS X 10.10 with "unknown warning group '-Wvarargs'"

2016-12-28 Thread John Jiang
Hi, I tried to build NSS 3.27.1 [1] on Mac OS X 10.10, but the building ended with the following message: ocsp.c:2200:32: error: unknown warning group '-Wvarargs', ignored [-Werror,-Wunknown-pragmas] #pragma GCC diagnostic ignored "-Wvarargs" ^ 1 error generated.