Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

Remove use of gcc-specific struct initializers #21

Merged
merged 1 commit into from
Sep 28, 2016

Conversation

geky
Copy link
Contributor

@geky geky commented Sep 28, 2016

Although it saves a significant number of lines, the previously used struct initializers are limited to gcc-extensions, C99, and C++11, causing compilation errors on C++03 compilers such as ARMCC and IAR.

Effectively reverts 1db78bc in #18

Although it saves a significant number of lines, the previously used
struct initializers are limited to gcc-extensions, C99, and C++11,
causing compilation errors on C++03 compilers such as ARMCC and IAR.

Effectively reverts 1db78bc
@geky geky merged commit f37b0bc into master Sep 28, 2016
@geky geky deleted the fix-struct-initializers branch September 28, 2016 19:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant