Skip to content

Commit f4615c2

Browse files
committed
runtime: remove CGO CFLAGS -Wall
1 parent 2a9f9e2 commit f4615c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/runtime-gdb_unix_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ const coreCrashThreadSource = `
239239
package main
240240
241241
/*
242-
#cgo CFLAGS: -g -O0 -Wall
242+
#cgo CFLAGS: -g -O0
243243
#include <stdio.h>
244244
#include <stddef.h>
245245
void trigger_crash()

0 commit comments

Comments
 (0)