1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

checker: prohibit passing non-lvalue as voidptr (#10838)

This commit is contained in:
shadowninja55
2021-07-18 08:04:16 -04:00
committed by GitHub
parent 1a6a7a678a
commit eb65ad078d
7 changed files with 37 additions and 0 deletions

1
.gitignore vendored
View File

@@ -93,6 +93,7 @@ test.bin
# ignore codespace env
.venv/
.direnv/
shell.nix
default.nix
flake.nix