Skip to content
Snippets Groups Projects
Commit f211d38d authored by Andreas Traczyk's avatar Andreas Traczyk Committed by gerrit2
Browse files

build: remove C99 designated initializers for Microsoft's compiler

- Microsoft's compiler doesn't support C99 designated initializers.
  Hopefully this we be added in the future, but for now we can
  comment the '.fieldname =' to achieve the same initialization,
  as long as all the elements are initialized in the fixed order
  that they were declared.

Change-Id: I38af2eb66d583ef8f280ff8b4c7065c7d8229c02
Tuleap: #790
parent 44cd6110
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment