mirror of
https://github.com/RGBCube/serenity
synced 2026-01-17 07:10:59 +00:00
This warning informs of float-to-double conversions. The best solution seems to be to do math *either* in 32-bit *or* in 64-bit, and only to cross over when absolutely necessary. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| DisassemblyModel.cpp | ||
| DisassemblyModel.h | ||
| IndividualSampleModel.cpp | ||
| IndividualSampleModel.h | ||
| main.cpp | ||
| Profile.cpp | ||
| Profile.h | ||
| ProfileModel.cpp | ||
| ProfileModel.h | ||
| ProfileTimelineWidget.cpp | ||
| ProfileTimelineWidget.h | ||
| SamplesModel.cpp | ||
| SamplesModel.h | ||