You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# github.com/mattn/go-sqlite3
sqlite3-binding.c: In function ‘sqlite3SelectNew.isra’:
sqlite3-binding.c:114528:10: warning: function may return address of local variable [-Wreturn-local-addr]
114528 | return pNew;
| ^~~~
sqlite3-binding.c:114488:10: note: declared here
114488 | Select standin;
| ^~~~~~~
go build github.com/mattn/go-sqlite3: C compiler warning promoted to error on Go builders
# github.com/mattn/go-sqlite3
sqlite3-binding.c:104476:38: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775806 to 9223372036854775808 [-Wimplicit-int-float-conversion]
sqlite3-binding.c:104478:46: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775806 to 9223372036854775808 [-Wimplicit-int-float-conversion]
go build github.com/mattn/go-sqlite3: C compiler warning promoted to error on Go builders
These failures appear to have started as of CL 222540, which suggests that those builders were previously using the vendor directory, although I'm not sure how. (The default -mod=vendor trigger is go 1.14 or higher in the go.mod file, but the go.mod file for this module is only go 1.11.)
dmitshur
added
NeedsFix
The path to resolution is known, but the work has not been done.
and removed
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
labels
Dec 7, 2020
2020-09-18T15:55:09-d949658/solaris-amd64-oraclerel
2020-09-18T15:55:09-d949658/openbsd-386-68
2020-09-18T15:55:09-d949658/openbsd-amd64-68
CC @golang/release via #11811
The text was updated successfully, but these errors were encountered: