]> granicus.if.org Git - graphviz/commit
Resolve 7 -Wconversion warnings in htmllex.c
authorErwin Janssen <erwinjanssen@outlook.com>
Thu, 1 Sep 2016 19:38:20 +0000 (21:38 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Thu, 1 Sep 2016 19:38:20 +0000 (21:38 +0200)
commit17b4b66a75a558f3522cc2a4259ca8439a704a6f
tree29e536cf941eea2f0df6e3a2cc9c32eab51d05e2
parenta73854b1650bf852cf001a9898ef63bf47e08543
Resolve 7 -Wconversion warnings in htmllex.c

The return value of `toupper` can be safely cast to a char, as long as the input of `toupper` is actually a char.
lib/common/htmllex.c