40ce87a70a064eeb462d3c3935422918c1f6114e |
|
03-Mar-2014 |
Paul Lawrence <paullawrence@google.com> |
Remove warnings Remove warnings called by duplicate definition of ALIGN macro. Note that bionic/libc/include/sys/param.h defines ALIGN as #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) which is not good - clashes with every other definition of ALIGN. Change-Id: I2d716c41ededd2fa072f944e21d94a0c93ca9c46
/system/extras/ext4_utils/ext4.h
|