opts is incorrectly declared inside the loop
14367 for (;;) { assignment: Assigning: opts = true. 14368 bool opts = true; 14369 14370 /* Check for options */ 14371 ptr = next_token(lex, text); 14372 if (ptr == NULL) { 14373 return (ISC_R_UNEXPECTEDEND); 14374 } 14375 const: At condition opts, the value of opts must be equal to 1. dead_error_condition: The condition !opts cannot be true. 14376 if (!opts) {
CID 1441108 (#1 of 1): Logically dead code (DEADCODE) dead_error_line: Execution cannot reach this statement: nametext = ptr;. 14377 nametext = ptr;