diff options
author | albert-github <albert.tests@gmail.com> | 2020-11-01 10:44:32 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-11-01 10:44:32 (GMT) |
commit | 72b01f47e9529fd61e843a454dadf27083cb2847 (patch) | |
tree | f2d42f13e4524a9971c00fbcd6dc1c9f27a15a82 /examples/example_test.cpp | |
parent | 648b7f6f097e70d097405f6c9fc9e1111ce0d929 (diff) | |
download | Doxygen-72b01f47e9529fd61e843a454dadf27083cb2847.zip Doxygen-72b01f47e9529fd61e843a454dadf27083cb2847.tar.gz Doxygen-72b01f47e9529fd61e843a454dadf27083cb2847.tar.bz2 |
64-bit Windows compiler warnings doctokinizer.l
Removing compiler warnings like:
```
.../src/doctokenizer.l(101): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
.../src/doctokenizer.l(844): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
...
```
(analogous as done in e.g. `commentscan.l`)
Diffstat (limited to 'examples/example_test.cpp')
0 files changed, 0 insertions, 0 deletions