Silence harmless compiler warning.
This commit is contained in:
parent
ed5c1b00ee
commit
ec752ac390
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ show_sect_capab(int foo)
|
||||||
|
|
||||||
pr("%c %-23s %-7s ", dchr[x].d_mnem, dchr[x].d_name,
|
pr("%c %-23s %-7s ", dchr[x].d_mnem, dchr[x].d_name,
|
||||||
pchr[j].p_sname);
|
pchr[j].p_sname);
|
||||||
CANT_HAPPEN(MAXPRCON > 3); /* output has only three columns */
|
(void)CANT_HAPPEN(MAXPRCON > 3); /* output has only three columns */
|
||||||
for (i = 0; i < 3; i++) {
|
for (i = 0; i < 3; i++) {
|
||||||
if (i < MAXPRCON
|
if (i < MAXPRCON
|
||||||
&& pchr[j].p_camt[i]
|
&& pchr[j].p_camt[i]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue