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
Would be nice if you cleaned up some of the shadowing. if you compile with -Wshadow you can see all the warnings.
Our projects compile with warnings as errors. To get around it:
Headers have a lot of shadowing of variables.
Would be nice if you cleaned up some of the shadowing. if you compile with -Wshadow you can see all the warnings.
Our projects compile with warnings as errors. To get around it:
#pragma GCC diagnostic ignored "-Wshadow"
#include "crow.h"
#pragma GCC diagnostic pop
The text was updated successfully, but these errors were encountered: