Procházet zdrojové kódy

ncd: NCDInterpProcess: Be more informative when encountering unsupported expression types.

Ambroz Bizjak před 11 roky
rodič
revize
922a793239
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      ncd/NCDInterpProcess.c

+ 1 - 0
ncd/NCDInterpProcess.c

@@ -152,6 +152,7 @@ static int convert_value_recurser (NCDPlaceholderDb *pdb, NCDStringIndex *string
         } break;
         } break;
         
         
         default:
         default:
+            BLog(BLOG_ERROR, "expression type not supported");
             goto fail;
             goto fail;
     }
     }