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
I found two issues using Fedora 41 (installed Fedora 41 and used dnf update) and the dev branch.
File: discoveredEntitiesView.cpp line 87, QCheckBox::checkStateChanged, new Qt API.
File: avdeccControllerImpl.cpp, line 345 and 350, my gcc compiler throw an error with the parameters controller and ConfigurationIndex. I added "attribute((unused)), then the compilation was ok again.
Regards,
The text was updated successfully, but these errors were encountered:
Hello,
FYI
I found two issues using Fedora 41 (installed Fedora 41 and used dnf update) and the dev branch.
File: discoveredEntitiesView.cpp line 87, QCheckBox::checkStateChanged, new Qt API.
File: avdeccControllerImpl.cpp, line 345 and 350, my gcc compiler throw an error with the parameters controller and ConfigurationIndex. I added "attribute((unused)), then the compilation was ok again.
Regards,
The text was updated successfully, but these errors were encountered: