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
1. If you get `error: implicit declaration of function x; did you mean function y? [-Wimplicit-function-declaration]`, check and update the `firefly-scene` and `firefly-display` submodules in the components folder:
40
+
41
+
```sh
42
+
# check the submodules are from the correct branch
43
+
git submodule status
44
+
45
+
# update the submodules
46
+
git submodule update --init --recursive
47
+
48
+
# pull submodules changes from the remote repositories
0 commit comments