You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
![Screen Shot 2021-09-08 at 2 45 27 PM](https://user-images.githubusercontent.com/87109729/132460125-e98ecf63-061c-4eb7-937b-6d7bfc09f604.png)
this is the error i don't understand thisThe text was updated successfully, but these errors were encountered: