Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: X10 1.7.5
-
Component/s: Native X10: Compiler Codegen
-
Labels:None
-
Number of attachments :
Description
Warnings like this started showing up for me this morning with current trunk...need to fix codegen so that we don't get them.
[exec] gen/x10/util/ArrayList.h: In member function 'x10_boolean x10::util::ArrayList<x10_T>::contains(x10_T) [with x10__T = int]':
[exec] gen/x10/array/RectRegion.cc:649: instantiated from here
[exec] gen/x10/util/ArrayList.h:291: warning: unused variable '_var1053_'
This was part of a hack to make line number maps valid for the debugger demo. Will fix after Thursday.