Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for warning (0.37 sec)

  1. src/cmd/cgo/internal/swig/swig_test.go

    	runArgs := append([]string{"run", "."}, args...)
    	cmd := exec.Command("go", runArgs...)
    	cmd.Dir = dir
    	if lto {
    		const cflags = "-flto -Wno-lto-type-mismatch -Wno-unknown-warning-option"
    		cmd.Env = append(cmd.Environ(),
    			"CGO_CFLAGS="+cflags,
    			"CGO_CXXFLAGS="+cflags,
    			"CGO_LDFLAGS="+cflags)
    	}
    	out, err := cmd.CombinedOutput()
    	if string(out) != "OK\n" {
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri May 12 12:00:07 GMT 2023
    - 3.7K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg log/syslog (netbsd-arm64-cgo), const LOG_UUCP = 64
    pkg log/syslog (netbsd-arm64-cgo), const LOG_UUCP Priority
    pkg log/syslog (netbsd-arm64-cgo), const LOG_WARNING = 4
    pkg log/syslog (netbsd-arm64-cgo), const LOG_WARNING Priority
    pkg log/syslog (netbsd-arm64-cgo), func Dial(string, string, Priority, string) (*Writer, error)
    pkg log/syslog (netbsd-arm64-cgo), func NewLogger(Priority, int) (*log.Logger, error)
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. doc/go1.17_spec.html

    line := Line{origin, Point3D{y: -4, z: 12.3}}  // zero value for line.q.x
    </pre>
    
    <p>
    For array and slice literals the following rules apply:
    </p>
    <ul>
    	<li>Each element has an associated integer index marking
    	    its position in the array.
    	</li>
    	<li>An element with a key uses the key as its index. The
    	    key must be a non-negative constant
    	    <a href="#Representability">representable</a> by
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  4. api/README

    The next/ directory contains the only files intended to be mutated.
    Each file in that directory contains a list of features that may be added
    to the next release of Go. The files in this directory only affect the
    warning output from the go api tool. Each file should be named
    nnnnn.txt, after the issue number for the accepted proposal.
    (The #nnnnn suffix must also appear at the end of each line in the file;
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 31 19:22:50 GMT 2024
    - 1.2K bytes
    - Viewed (0)
  5. src/cmd/cgo/internal/test/issue27340/a.go

    // In separate directory to isolate #pragma GCC diagnostic.
    
    package issue27340
    
    // We use the #pragma to avoid a compiler warning about incompatible
    // pointer types, because we generate code passing a struct ptr rather
    // than using the typedef. This warning is expected and does not break
    // a normal build.
    // We can only disable -Wincompatible-pointer-types starting with GCC 5.
    
    // #if __GNU_MAJOR__ >= 5
    //
    Go
    - Registered: Tue Mar 26 11:13:08 GMT 2024
    - Last Modified: Fri May 12 12:00:02 GMT 2023
    - 1.2K bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg log/syslog (darwin-386), const LOG_USER Priority
    pkg log/syslog (darwin-386), const LOG_UUCP = 64
    pkg log/syslog (darwin-386), const LOG_UUCP Priority
    pkg log/syslog (darwin-386), const LOG_WARNING = 4
    pkg log/syslog (darwin-386-cgo), const LOG_ALERT = 1
    pkg log/syslog (darwin-386-cgo), const LOG_AUTH = 32
    pkg log/syslog (darwin-386-cgo), const LOG_AUTH Priority
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  7. doc/go_spec.html

    <p>
    Just as each ordinary function parameter has a parameter type, each type parameter
    has a corresponding (meta-)type which is called its
    <a href="#Type_constraints"><i>type constraint</i></a>.
    </p>
    
    <p>
    A parsing ambiguity arises when the type parameter list for a generic type
    declares a single type parameter <code>P</code> with a constraint <code>C</code>
    such that the text <code>P C</code> forms a valid expression:
    </p>
    
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  8. api/go1.2.txt

    pkg log/syslog (freebsd-386-cgo), const LOG_SYSLOG Priority
    pkg log/syslog (freebsd-386-cgo), const LOG_USER Priority
    pkg log/syslog (freebsd-386-cgo), const LOG_UUCP Priority
    pkg log/syslog (freebsd-386-cgo), const LOG_WARNING Priority
    pkg log/syslog (freebsd-386-cgo), func Dial(string, string, Priority, string) (*Writer, error)
    pkg log/syslog (freebsd-386-cgo), func New(Priority, string) (*Writer, error)
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  9. src/cmd/cgo/gcc.go

    			// Apple clang version 1.7 (tags/Apple/clang-77) (based on LLVM 2.9svn)
    			// doesn't have -Wno-unneeded-internal-declaration, so we need yet another
    			// flag to disable the warning. Yes, really good diagnostics, clang.
    			"-Wno-unknown-warning-option",
    			"-Wno-unneeded-internal-declaration",
    			"-Wno-unused-function",
    			"-Qunused-arguments",
    			// Clang embeds prototypes for some builtin functions,
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/endtoend_test.go

    	"sort"
    	"strconv"
    	"strings"
    	"testing"
    
    	"cmd/asm/internal/lex"
    	"cmd/internal/obj"
    )
    
    // An end-to-end test for the assembler: Do we print what we parse?
    // Output is generated by, in effect, turning on -S and comparing the
    // result against a golden file.
    
    func testEndToEnd(t *testing.T, goarch, file string) {
    	input := filepath.Join("testdata", file+".s")
    	architecture, ctxt := setArch(goarch)
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Dec 07 18:42:59 GMT 2023
    - 11.6K bytes
    - Viewed (0)
Back to top