Bruno Haible <[email protected]> writes:

> Collin Funk wrote:
>> There are some warnings in
>> the C++ tests regarding the use of functions outside of the gnulib
>> namespace. I can take a look at fixing them unless anyone wants to do it
>> before me.
>
> How do you want to fix them?
>
> /usr/include/c++/v1/__locale_dir/locale_base_api/bsd_locale_fallbacks.h:109:15:
>  warning: The symbol ::vasprintf refers to the system function. Use 
> gnulib::vasprintf instead.
> /usr/include/c++/v1/__support/xlocale/__strtonum_fallback.h:34:12: warning: 
> The symbol ::strtold refers to the system function. Use gnulib::strtold 
> instead.
> /usr/include/c++/v1/__support/xlocale/__strtonum_fallback.h:38:12: warning: 
> The symbol ::strtoll refers to the system function. Use gnulib::strtoll 
> instead.
> /usr/include/c++/v1/__support/xlocale/__strtonum_fallback.h:42:12: warning: 
> The symbol ::strtoull refers to the system function. Use gnulib::strtoull 
> instead.
> /usr/include/c++/v1/__thread/support/pthread.h:198:10: warning: The symbol 
> ::nanosleep refers to the system function. Use gnulib::nanosleep instead.
>
> You can't change the code inside /usr/include/c++/v1/.

I think I was mixing those up with the case where the warnings come from
our headers/sources.

Thanks,
Collin

Reply via email to