On 22/04/20 13:34, Mark Knoop wrote:
> At 12:00 on 22 Apr 2020, Antonio Trande wrote:
>> Hi all.
>>
>> Any idea about why this error comes out on F32+ and not on F31?
>>
>> ```
>> ui.cc:2086:12: error: 'iswalnum' was not declared in this scope; did you
>> mean 'isaalnum'?
>>  2086 |     return iswalnum(c) || c == '_' || c == '-';
>>       |            ^~~~~~~~
>>       |            isaalnum
>> make: *** [Makefile:1601: ui.o] Error 1
>> ```
> 
> Perhaps:
> 
> #include <cwctype>
> 

So easy...
Thank you.

-- 
---
Antonio Trande
Fedora Project
mailto 'sagitter at fedoraproject dot org'
GPG key: 0x7B30EE04E576AA84
GPG key server: https://keys.openpgp.org/

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
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

Reply via email to