diff --git a/output/outobj.c b/output/outobj.c
index f8dd7b71..ff66fc7c 100644
--- a/output/outobj.c
+++ b/output/outobj.c
@@ -1484,6 +1484,7 @@ static int32_t obj_segment(char *name, int *bits)
                 case 4096:     /* PharLap extension */
                     break;
                 case 8:
+                    nasm_nonfatal("foo");
                     nasm_warn(WARN_OTHER, "OBJ format does not support alignment"
                               " of 8: rounding up to 16");
                     seg->align = 16;
