]> granicus.if.org Git - graphviz/commit
gvpr: squash -Wconversion warning from 'read' return
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 16 May 2022 04:31:25 +0000 (21:31 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 24 May 2022 04:33:08 +0000 (21:33 -0700)
commit279683d880ed2c65ed144cf083a8ad68bd239229
tree45bee5ca8e894da07386087086a86e098f978cdb
parent975b72ca681cbd475637b992a2fe0982c3525650
gvpr: squash -Wconversion warning from 'read' return

This call is asked to read an `int` length of bytes, so cannot return more than
`INT_MAX`.
lib/gvpr/compile.c