Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

out_forward: initialize the array with {0} not {}. #988

Merged
merged 1 commit into from
Dec 24, 2018

Conversation

fujimotos
Copy link
Member

Namely C99 requires programmers to use {0} to initialize an array.

The syntax {} is only for C++ and causes an compilation error on
VC++ (GCC accepts it, though).

Main issue link: #960

Namely C99 requires programmers to use `{0}` to initialize an array.

The syntax `{}` is only for C++ and causes an compilation error on
VC++ (GCC accepts it, though).

Signed-off-by: Fujimoto Seiji <fujimoto@clear-code.com>
@edsiper edsiper merged commit 5af8c23 into fluent:master Dec 24, 2018
@fujimotos fujimotos deleted the sf/init-array branch December 28, 2018 02:33
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