Fix warnings
authorDavid Schleef <ds@schleef.org>
Wed, 11 Aug 2010 08:35:38 +0000 (01:35 -0700)
committerDavid Schleef <ds@schleef.org>
Wed, 11 Aug 2010 08:35:38 +0000 (01:35 -0700)
orc/orccompiler.c

index 71df817..d9a8d75 100644 (file)
@@ -422,6 +422,7 @@ get_load_opcode_for_size (int size)
     default:
       ORC_ASSERT(0);
   }
+  return NULL;
 }
 
 static OrcStaticOpcode *
@@ -439,6 +440,7 @@ get_loadp_opcode_for_size (int size)
     default:
       ORC_ASSERT(0);
   }
+  return NULL;
 }
 
 static OrcStaticOpcode *
@@ -456,6 +458,7 @@ get_store_opcode_for_size (int size)
     default:
       ORC_ASSERT(0);
   }
+  return NULL;
 }
 
 void