On 4/16/19 9:43 AM, Thomas Huth wrote: > I wonder whether we should maybe always add "-Wno-typedef-redefinition" > in the configure script when we detect clang. All the versions of GCC > that we currently support seem to ignore typedef redefinitions anyway...? > (I think I've seen that warning with GCC in the past, too, see e.g. > commit eeb61d4f8270a6849d9a584fc83da3869b79066d, but that does not seem > to be the case anymore with GCC >= 4.8)
That would work for me too. Anything to minimize Werror divergence between the two compilers makes less work. r~