chore: warnings shall not pass

This commit is contained in:
Oleg A 2023-09-18 16:33:48 +03:00
parent fc76c40568
commit b953152514
No known key found for this signature in database
GPG key ID: 5FE046817A9657C5

View file

@ -30,6 +30,5 @@ Please describe the tests that you ran to verify your changes. Provide instructi
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes