aboutsummaryrefslogtreecommitdiff
path: root/gas/gasp.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-01-19 21:04:08 +0000
committerKen Raeburn <raeburn@cygnus>1995-01-19 21:04:08 +0000
commit11618ce8f284e45b1eea6a60e4f1a662d971c5f6 (patch)
treef130d0322d1543cfe736fce68cf32155738adb83 /gas/gasp.c
parent50c551d06fd180309140efdd9d50954abcc2da99 (diff)
downloadgdb-11618ce8f284e45b1eea6a60e4f1a662d971c5f6.zip
gdb-11618ce8f284e45b1eea6a60e4f1a662d971c5f6.tar.gz
gdb-11618ce8f284e45b1eea6a60e4f1a662d971c5f6.tar.bz2
gcc lint
Diffstat (limited to 'gas/gasp.c')
-rw-r--r--gas/gasp.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/gasp.c b/gas/gasp.c
index be7260c..3d120a4 100644
--- a/gas/gasp.c
+++ b/gas/gasp.c
@@ -1494,7 +1494,7 @@ do_data (idx, in, size)
int size;
{
int opsize = 4;
- char *opname;
+ char *opname = ".yikes!";
sb acc;
sb_new (&acc);
@@ -2351,6 +2351,9 @@ istrue (idx, in)
idx = exp_get_abs ("Conditional operator must have absolute operands.\n", idx, in, &valb);
switch (cond)
{
+ default:
+ res = 42;
+ break;
case EQ:
res = vala == valb;
break;