clearlinux / swupd-client

Software update client
Other
114 stars 61 forks source link

Makefile: Adding -Wshadow to prevent accident shadowing #1551

Closed otaviobp closed 4 years ago

otaviobp commented 4 years ago

Make sure we are not accidently using the incorrect variable by not allowing 2 variables with the same name.

Signed-off-by: Otavio Pontes otavio.pontes@intel.com