diff options
author | albert-github <albert.tests@gmail.com> | 2020-07-06 13:20:19 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-07-06 13:20:19 (GMT) |
commit | 044fde94fc0ff1dfba618a72dbee286afa755405 (patch) | |
tree | b64b763b49baa004fc15859dd359d3615e79b4c6 /src/code.h | |
parent | 8c12604a84faabf6beeef7f159692ccddcb94dc6 (diff) | |
download | Doxygen-044fde94fc0ff1dfba618a72dbee286afa755405.zip Doxygen-044fde94fc0ff1dfba618a72dbee286afa755405.tar.gz Doxygen-044fde94fc0ff1dfba618a72dbee286afa755405.tar.bz2 |
Compilation warning in debug.cpp
When compiling debug.cpp on a 32-bit Windows system we get the warning:
```
...\doxygen\src\debug.cpp(121): warning C4244: 'return': conversion from '_Rep' to 'int', possible loss of data
with
[
_Rep=__int64
]
```
as we only use the seconds representation of the elapsed time we can do the conversion to seconds in the Timer class.
Diffstat (limited to 'src/code.h')
0 files changed, 0 insertions, 0 deletions