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
F164982135: D20613.id.diff
Wed, Aug 5, 5:22 AM
Unknown Object (File)
Mon, Aug 3, 4:10 PM
Unknown Object (File)
Thu, Jul 30, 7:24 PM
Unknown Object (File)
Wed, Jul 22, 3:39 PM
Unknown Object (File)
Fri, Jul 10, 2:08 AM
Unknown Object (File)
Fri, Jul 10, 2:08 AM
Unknown Object (File)
Thu, Jul 9, 11:37 PM
Unknown Object (File)
Tue, Jul 7, 11:46 PM
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.