-
-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated_Data_Formated_BrainAlive #714
Updated_Data_Formated_BrainAlive #714
Conversation
…mat into the main packet
looks ok, but need to fix failed ci jobs |
Can you help me to fix these ci jobs? |
Yes, CI builds with warnings as errors flag, there is an option in cmake to enable it and there is --warnings-as-errors flag in build.py Msvc compiler thinks that comparison in for loop with signed and unsigned is a warning, so you can add manual type cast(check other for loops in code). Check the output from the job to see all these places or build it locally with this flag on Clang format is a code style checker and formatter, you can install it as a part of llvm https://brainflow.readthedocs.io/en/stable/BrainFlowDev.html#code-style just ensure that you install the same version as in CI job |
I dont have permissions to push to your branch, so you will need to fix these errors, patch is pretty simple smth like
If you configure everything properly will code will be automatically formated |
I have changed the files according to your suggestion. |
No description provided.