Hi everybody!
I have tried to to make gcc detect every warning in my code but with no avail .
I used -Wall, -Wextra, -Wpedantic but it still seems that gcc does not detect all warnings.
I think there is a solution for this in GitHub but unfortunately I do not understand it,and don't know how to implement it.
If someone could explain to me in plain words how to make higher the warning level of gcc, so that it detects every
warning or interchangeably direct me to a site that does it I'll be thankful.
thank you very much in advance!
p.s.
I don't know how to use GitHub very good.