Comment on Tips for stable and portable softwareparentComments−carlmr6yI like using -Wall -Wextra -Werror for code under my control, but I would disable that flag if distributed as a library to others.
Comments
I like using -Wall -Wextra -Werror for code under my control, but I would disable that flag if distributed as a library to others.