[llvm-commits] CVS: llvm/runtime/GCCLibraries/libm/Makefile

Reid Spencer reid at x10sys.com
Thu Nov 2 12:26:59 PST 2006



Changes in directory llvm/runtime/GCCLibraries/libm:

Makefile updated: 1.9 -> 1.10
---
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 -1)

 Makefile |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/runtime/GCCLibraries/libm/Makefile
diff -u llvm/runtime/GCCLibraries/libm/Makefile:1.9 llvm/runtime/GCCLibraries/libm/Makefile:1.10
--- llvm/runtime/GCCLibraries/libm/Makefile:1.9	Tue Dec 21 23:57:33 2004
+++ llvm/runtime/GCCLibraries/libm/Makefile	Thu Nov  2 14:25:50 2006
@@ -14,4 +14,3 @@
 BYTECODE_DESTINATION = $(CFERuntimeLibDir)
 
 include $(LEVEL)/Makefile.common
-






More information about the llvm-commits mailing list