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
```
Terminal.c:307:16: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'const void *' [-Wint-conversion]
else write(1, Char, 1);
^~~~
```
```
ConnectionChain.c:366:6: error: incompatible integer to pointer conversion assigning to 'STREAM *' from 'int' [-Wint-conversion]
tmpS=SSHConnect(Host, Port, User, Pass, Tempstr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
```
main.c:39:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
main(int argc, char *argv[])
^
int
1 error generated.
```
relates to
- ColumPaget/Movgrab#6
- Homebrew/homebrew-core#167367
Signed-off-by: Rui Chen <[email protected]>
👋 while rebuilding Movgrab 3.1.2, we found there is some incompatible pointer type build failure:
relates to Homebrew/homebrew-core#167367
The text was updated successfully, but these errors were encountered: