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
Try building the ball sim with -pedantic and watch your screen explode. Users with aggressive compiler warning options shouldn't have to sift through an ocean of warnings from Trick and Python headers to find warnings from their own code. The use of -isystem instead of -I for headers that users have no control over goes a long way in helping them focus on things they can fix.
The text was updated successfully, but these errors were encountered:
Try building the ball sim with
-pedantic
and watch your screen explode. Users with aggressive compiler warning options shouldn't have to sift through an ocean of warnings from Trick and Python headers to find warnings from their own code. The use of-isystem
instead of-I
for headers that users have no control over goes a long way in helping them focus on things they can fix.The text was updated successfully, but these errors were encountered: