Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Cloud:OpenStack:Pike:cisco-apic
boost
bjam-alignment.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bjam-alignment.patch of Package boost
Index: boost_1_54_0/tools/build/v2/engine/function.c =================================================================== --- boost_1_54_0.orig/tools/build/v2/engine/function.c +++ boost_1_54_0/tools/build/v2/engine/function.c @@ -230,7 +230,7 @@ STACK * stack_global() static void check_alignment( STACK * s ) { - assert( (size_t)s->data % sizeof( LIST * ) == 0 ); + assert( (size_t)s->data % __alignof__( LIST * ) == 0 ); } void * stack_allocate( STACK * s, int size )
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor