commit | 60dc7375afe21bd83d5c395bdf233d7a068fc2c9 | [log] [tgz] |
---|---|---|
author | Yaowu Xu <yaowu@google.com> | Wed Jun 26 09:33:16 2013 -0700 |
committer | Yaowu Xu <yaowu@google.com> | Wed Jun 26 09:33:16 2013 -0700 |
tree | 5dceed885aaafd8276e02b9f0a3e7856ba45ffad | |
parent | 2291563ba84b312ebefe26134dc27236d5ef81fb [diff] |
fixed a compiling problem with MSVC win32 build The aligned array in parameter list caused win32 build to report c2719 error. This commit fixed the issue by make the parameter type a pointer instead of an array. Change-Id: I4ed654ce4eba2db4995d9cdc136c68e9a6acc992