mpusz / mp-units

The quantities and units library for C++
https://mpusz.github.io/mp-units/
MIT License
997 stars 79 forks source link

Fix "control reaches end of non void function" error. #480

Closed bourumir-wyngs closed 11 months ago

bourumir-wyngs commented 11 months ago

This code fixes "control reaches end of non void function" warning that is an error in our project. It does so by adding assertion that is knowingly false. This assertion is not reachable with the proper code, but would become possible to reach if more values are added to the enum.