Skip to content

Conversation

@viettaml
Copy link
Contributor

@viettaml viettaml commented Jul 20, 2018

Fix structure initialization syntax which is non-standard and "obsolete since GCC 2.5" (https://gcc.gnu.org/onlinedocs/gcc-4.8.1/gcc/Designated-Inits.html). Just use the C99 style, as anything else doesn't work with even recent Microsoft compilers.

Also tidy up the formatting in the rest of the function.

TESTED=all tests pass

Fix structure initialization syntax which is non-standard and "obsolete since GCC 2.5" (https://gcc.gnu.org/onlinedocs/gcc-4.8.1/gcc/Designated-Inits.html). Just use the C99 style, as anything else doesn't work even with recent Microsoft compilers.
@zongweil zongweil merged commit 5d1af40 into google:master Jul 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants