Page MenuHomeFreeBSD

print/libraqm: fix build with GCC-based architectures
ClosedPublic

Authored by pkubaj on Jun 11 2019, 6:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 20, 2:03 AM
Unknown Object (File)
Mar 11 2026, 10:39 AM
Unknown Object (File)
Mar 10 2026, 11:56 PM
Unknown Object (File)
Mar 9 2026, 9:22 AM
Unknown Object (File)
Feb 8 2026, 6:33 AM
Unknown Object (File)
Feb 6 2026, 10:45 PM
Unknown Object (File)
Jan 5 2026, 11:28 PM
Unknown Object (File)
Jan 3 2026, 11:54 AM
Subscribers
None

Details

Summary

Don't shadow global variable index:
cc1: warnings being treated as errors
raqm.c: In function '_raqm_u32_to_u8_index':
raqm.c:1602: warning: declaration of 'index' shadows a global declaration
/usr/include/strings.h:62: warning: shadowed declaration is here
raqm.c: In function '_raqm_u8_to_u32_index':
raqm.c:1619: warning: declaration of 'index' shadows a global declaration
/usr/include/strings.h:62: warning: shadowed declaration is here
raqm.c: In function 'raqm_index_to_position':
raqm.c:1658: warning: declaration of 'index' shadows a global declaration
/usr/include/strings.h:62: warning: shadowed declaration is here
raqm.c: In function 'raqm_position_to_index':
raqm.c:1752: warning: declaration of 'index' shadows a global declaration
/usr/include/strings.h:62: warning: shadowed declaration is here

Fails to build with base GCC.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jun 13 2019, 9:09 PM
This revision was automatically updated to reflect the committed changes.