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

Linux fixes - C99 mode and mkpak correction #6

Merged
merged 2 commits into from
Jul 26, 2016
Merged

Linux fixes - C99 mode and mkpak correction #6

merged 2 commits into from
Jul 26, 2016

Conversation

mdeguzis
Copy link
Contributor

Reference:
#4

Corrects issue with "for' loop initial declarations , and mkpak not being executable. Build finishes. I just have to correct some install routines I brought over from quakespasm (Debian Sid).

gl_rmisc.c:110:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
  for (uint32_t i = 0; i < VK_MAX_MEMORY_TYPES; i++) {
  ^
gl_rmisc.c:110:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
gl_rmisc.c:
@Novum Novum merged commit fb66981 into Novum:master Jul 26, 2016
@mdeguzis mdeguzis deleted the linux-fixes branch July 30, 2016 00:59
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