Oftentimes, we may encounter warnings such as
error: unused variable 'x' [-Werror=unused-variable]
when we do not use a variable.
Treat these warnings as errors and fix that right away!
Oftentimes, we may encounter warnings such as
error: unused variable 'x' [-Werror=unused-variable]
when we do not use a variable.
Treat these warnings as errors and fix that right away!