Warning police
authorsimonpj@microsoft.com <unknown>
Fri, 7 Sep 2007 10:11:03 +0000 (10:11 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 7 Sep 2007 10:11:03 +0000 (10:11 +0000)
compiler/nativeGen/RegAllocLinear.hs

index b99abe3..a9d8fc0 100644 (file)
@@ -1112,7 +1112,7 @@ pprStats code statss
 
 #ifdef DEBUG
 my_fromJust s p Nothing  = pprPanic ("fromJust: " ++ s) p
-my_fromJust s p (Just x) = x
+my_fromJust _ _ (Just x) = x
 #else
 my_fromJust _ _ = fromJust
 #endif