On Wed, Jan 29, 2025 at 02:38:45AM +0000, Sérgio Basto wrote:
> Applied , thank you .
> 
> libphonenumber [1] doesn't build on rawhide because treats this warning
> as errors 
> 
> abseil-cpp-20240722.1 also have one header that emit this king of
> warning. 
> 
> in absl/hash/internal/hash.h line 33 
> 
>  // For feature testing and determining which headers can be included.
>  #if ABSL_INTERNAL_CPLUSPLUS_LANG >= 202002L    
>  #include <version>    
>  #else    
>  #include <ciso646>    
>  #endif 
> 
> so , what you suggest ? 

Replace ciso646 with some other small header (or even larger if you always
include it later anyway).
E.g. cassert should be small, or cfloat.

        Jakub

-- 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to