diff options
author | albert-github <albert.tests@gmail.com> | 2020-10-07 08:06:16 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-10-07 08:06:16 (GMT) |
commit | 9075fef193e6909b25e67ec9e6aa8dde1503c255 (patch) | |
tree | 1f4594b11a7a75cecfeb525eef49dfd98548d050 /src/context.cpp | |
parent | 419338985d709af04589450d0754757de7d0a9d6 (diff) | |
download | Doxygen-9075fef193e6909b25e67ec9e6aa8dde1503c255.zip Doxygen-9075fef193e6909b25e67ec9e6aa8dde1503c255.tar.gz Doxygen-9075fef193e6909b25e67ec9e6aa8dde1503c255.tar.bz2 |
Warnings during compilation of doctokinizer
With the doctokinizer.l we get the warnings like:
```
doctokenizer.l(502): warning C4018: '<': signed/unsigned mismatch
```
The casting of `(int)` is also used on other places in this file like in `handleHtmlTag`.
Diffstat (limited to 'src/context.cpp')
0 files changed, 0 insertions, 0 deletions