Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sniff (0.15 sec)

  1. src/cmd/cgo/gcc.go

    			// not get all the errors we expected.
    			completed = true
    
    		case "not-declared":
    			sniff[i] |= notDeclared
    		case "not-type":
    			sniff[i] |= notType
    		case "not-int-const":
    			sniff[i] |= notIntConst
    		case "not-num-const":
    			sniff[i] |= notNumConst
    		case "not-str-lit":
    			sniff[i] |= notStrLiteral
    		default:
    			if isError {
    				sawUnmatchedErrors = true
    			}
    			continue
    		}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
Back to top