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

Beginner: I'm Working in the Project and Facing the problem #31

Open
Saad-data-zz opened this issue Sep 8, 2021 · 1 comment
Open

Comments

@Saad-data-zz
Copy link

Saad-data-zz commented Sep 8, 2021

Screen Shot 2021-09-08 at 2 45 27 PM

this is the error i don't understand this
@stuartblair
Copy link

First, the good news. The message you're getting is a warning, not an error. That means it shouldn't prevent the binary from being built.

Second, the better news. The warning message is telling you that you don't need to have the semicolon at the end of the #endif
That's because lines that start with a # are preprocessor macros that are textually replaced before the actual C compiler gets to see them.

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

No branches or pull requests

2 participants