From ecb1bed4772f6d8556a1cc3c1aec079c04f60e79 Mon Sep 17 00:00:00 2001 From: helly Date: Thu, 21 Jul 2005 16:41:33 +0000 Subject: [PATCH] - Fix compiler warning --- actions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions.cc b/actions.cc index 1a3f3954..3f32d279 100644 --- a/actions.cc +++ b/actions.cc @@ -421,7 +421,7 @@ uint CatOp::fixedLength() if ((l2 = exp2->fixedLength()) != ~0u) return l1 + l2; - return ~0; + return ~0u; } void CatOp::compile(Char *rep, Ins *i) -- 2.40.0