diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2020-07-28 12:18:11 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2020-10-21 17:18:49 +0100 |
commit | 9f567cc140bdbd7dc1db8efa76cd93862000c218 (patch) | |
tree | 7a75af4982fff6d76669c76308f975a875b5a02c /src/cam/buffer_writer.cpp | |
parent | e6278e057170b83415d95824ccb24779a4f9431f (diff) |
meson: Enable shadowed variable warning
Shadowing variables can lead to unexpected bugs where a code path
utilises a variable that may not have been intended by the developer,
leading to hard to find bugs.
Enable warnings for shadowed variables as defined at:
https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wshadow
As an effect of utilising -Werror, this will cause variable or type
shadowing to become a build-time error.
Suggested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/cam/buffer_writer.cpp')
0 files changed, 0 insertions, 0 deletions