$OpenBSD: patch-gas_config_tc-alpha_c,v 1.3 2003/10/11 00:52:22 brad Exp $
--- gas/config/tc-alpha.c.orig	2003-01-23 07:51:04.000000000 -0500
+++ gas/config/tc-alpha.c	2003-09-04 02:03:36.000000000 -0400
@@ -2395,7 +2395,7 @@ insert_operand (insn, operand, val, file
 
       insn = (*operand->insert) (insn, val, &errmsg);
       if (errmsg)
-	as_warn (errmsg);
+	as_warn ("%s", errmsg);
     }
   else
     insn |= ((val & ((1 << operand->bits) - 1)) << operand->shift);
