Changes in directory llvm/runtime/GCCLibraries/crtend:
Makefile updated: 1.33 -> 1.34 --- Log message: For PR786: http://llvm.org/PR786 : Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting fall out by removing unused variables. Remaining warnings have to do with unused functions (I didn't want to delete code without review) and unused variables in generated code. Maintainers should clean up the remaining issues when they see them. All changes pass DejaGnu tests and Olden. --- Diffs of the changes: (+0 -2) Makefile | 2 -- 1 files changed, 2 deletions(-) Index: llvm/runtime/GCCLibraries/crtend/Makefile diff -u llvm/runtime/GCCLibraries/crtend/Makefile:1.33 llvm/runtime/GCCLibraries/crtend/Makefile:1.34 --- llvm/runtime/GCCLibraries/crtend/Makefile:1.33 Thu Mar 9 00:16:28 2006 +++ llvm/runtime/GCCLibraries/crtend/Makefile Thu Nov 2 14:25:50 2006 @@ -81,5 +81,3 @@ uninstall-local:: $(Echo) Uninstalling $(BuildMode) Bytecode Archive $(DestBytecodeLib) -$(Verb) $(RM) -f $(DestBytecodeLib) - - _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits