$OpenBSD: patch-gas_config_tc-alpha_c,v 1.2 2003/06/05 04:03:55 brad Exp $
--- gas/config/tc-alpha.c.orig	Wed Dec  4 10:11:10 2002
+++ gas/config/tc-alpha.c	Sun Mar 16 17:20:02 2003
@@ -2390,7 +2390,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);
