https://llvm.org/bugs/show_bug.cgi?id=31527
Bug ID: 31527 Summary: llvm/lib/LTO/LTO.cpp:909: local variable 'Partition' set but not used ? Product: new-bugs Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement Priority: P Component: new bugs Assignee: unassignedb...@nondot.org Reporter: dcb...@hotmail.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified llvm/lib/LTO/LTO.cpp:909]: (style) Variable 'Partition' is modified but its new value is never used. $ fgrep Partition trunk/llvm/lib/LTO/LTO.cpp ... // Partition numbers for ThinLTO jobs start at 1 (see comments for unsigned Partition = 1; ++Partition; $ Suggest either use the variable or delete it. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs