Skip to content

Few fixes for 2020 :) #3

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

sledzik1984
Copy link

No description provided.

@tomash
Copy link

tomash commented Oct 14, 2020

I've tested @sledzik1984 's fork, it compiles and runs successfully on my Ubuntu 18.04 machine.

@CB750-Rider
Copy link

I ran into the same issue using gcc 9.3.0 on Ubuntu 20.04.2 LTS. As mentioned here: https://stackoverflow.com/a/51536663 the warning is doing what it is supposed to do. Since only one line was creating this warning it is better practice to fix that one line than to turn off the warning in the Makefile. As suggested, this can be done in interactive.c:140

snprintf(strFl,6,"F%03d",(a->altitude/100)) < 0 ? abort() : (void)0;

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.

3 participants