Issue 126413 - main/pyuno/source/module/pyuno_type.cxx fails to build due to local shadowing
Summary: main/pyuno/source/module/pyuno_type.cxx fails to build due to local shadowing
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 4.2.0-dev
Hardware: All Linux, all
: P5 (lowest) Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-20 10:51 UTC by hramrach
Modified: 2024-01-03 16:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
patch renaming one of the local variables (1.28 KB, patch)
2015-07-20 10:51 UTC, hramrach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description hramrach 2015-07-20 10:51:38 UTC
Created attachment 84832 [details]
patch renaming one of the local variables

It seems this source is built with Werror and build fails due to shadowed local.

Either way the fix is trivial.
Comment 1 damjan 2024-01-03 16:18:40 UTC
While I've never seen the build fail due to this error, it could do so with some compilers and options, so confirming.

hramrach can we please use your patch under the Apache Software License, version 2?