Skip to content

Commit 6571d1d

Browse files
authored
Fix build warnings on some platforms (#19170)
Fixes warning in log at #19074 (comment) Fixes #17214 (GCC most likely). I'm expecting the strlen warning to be fixed, and if the top-level warning thing for cc1 still exists, I'll add a fix for that in this PR. Need to read the build log for a Windows workflow to confirm.
1 parent 71764bf commit 6571d1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ require (
232232
github.com/ghostiam/protogetter v0.3.18 // indirect
233233
github.com/go-critic/go-critic v0.14.3 // indirect
234234
github.com/go-llsqlite/adapter v0.0.0-20230927005056-7f5ce7f0c916 // indirect
235-
github.com/go-llsqlite/crawshaw v0.6.0 // indirect
235+
github.com/go-llsqlite/crawshaw v0.6.1-0.20260214000938-869ff8135169 // indirect
236236
github.com/go-logr/logr v1.4.3 // indirect
237237
github.com/go-logr/stdr v1.2.2 // indirect
238238
github.com/go-ole/go-ole v1.3.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,8 @@ github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2
414414
github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
415415
github.com/go-llsqlite/adapter v0.0.0-20230927005056-7f5ce7f0c916 h1:OyQmpAN302wAopDgwVjgs2HkFawP9ahIEqkUYz7V7CA=
416416
github.com/go-llsqlite/adapter v0.0.0-20230927005056-7f5ce7f0c916/go.mod h1:DADrR88ONKPPeSGjFp5iEN55Arx3fi2qXZeKCYDpbmU=
417-
github.com/go-llsqlite/crawshaw v0.6.0 h1:3c0p/CU4EFG2zhSkXLwM2Bgt8ZNqwUgA6wimxkxqC1c=
418-
github.com/go-llsqlite/crawshaw v0.6.0/go.mod h1:/YJdV7uBQaYDE0fwe4z3wwJIZBJxdYzd38ICggWqtaE=
417+
github.com/go-llsqlite/crawshaw v0.6.1-0.20260214000938-869ff8135169 h1:sDKCjLL93B3hKsntzD6+VMfUhLHJthu51kIJ8Y6awQE=
418+
github.com/go-llsqlite/crawshaw v0.6.1-0.20260214000938-869ff8135169/go.mod h1:/YJdV7uBQaYDE0fwe4z3wwJIZBJxdYzd38ICggWqtaE=
419419
github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE=
420420
github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk=
421421
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=

0 commit comments

Comments
 (0)