gcc -Wempty-body warned that the check of the result from the call to parse_mime...
authorDavid Levine <levinedl@acm.org>
Sun, 8 Jan 2012 19:46:47 +0000 (13:46 -0600)
committerDavid Levine <levinedl@acm.org>
Sun, 8 Jan 2012 19:46:47 +0000 (13:46 -0600)
uip/mhlist.c
uip/mhn.c
uip/mhshow.c
uip/mhstore.c
uip/mhtest.c

index 6ef455d..d698668 100644 (file)
@@ -280,7 +280,7 @@ do_cache:
            adios (NULL, "out of memory");
        ctp = cts;
 
-       if ((ct = parse_mime (file)));
+       if ((ct = parse_mime (file)))
            *ctp++ = ct;
     } else {
        /*
index 2ce21d3..fe728f9 100644 (file)
--- a/uip/mhn.c
+++ b/uip/mhn.c
@@ -563,7 +563,7 @@ do_cache:
            adios (NULL, "out of memory");
        ctp = cts;
 
-       if ((ct = parse_mime (file)));
+       if ((ct = parse_mime (file)))
            *ctp++ = ct;
     } else {
        /*
index 722dcf6..4667e34 100644 (file)
@@ -346,7 +346,7 @@ do_cache:
            adios (NULL, "out of memory");
        ctp = cts;
 
-       if ((ct = parse_mime (file)));
+       if ((ct = parse_mime (file)))
            *ctp++ = ct;
     } else {
        /*
index 5bc8daa..ff7724c 100644 (file)
@@ -292,7 +292,7 @@ do_cache:
            adios (NULL, "out of memory");
        ctp = cts;
 
-       if ((ct = parse_mime (file)));
+       if ((ct = parse_mime (file)))
            *ctp++ = ct;
     } else {
        /*
index 022f6c4..c884ffe 100644 (file)
@@ -271,7 +271,7 @@ do_cache:
            adios (NULL, "out of memory");
        ctp = cts;
 
-       if ((ct = parse_mime (file)));
+       if ((ct = parse_mime (file)))
            *ctp++ = ct;
     } else {
        /*