]> granicus.if.org Git - graphviz/commitdiff
squash a -Wsign-conversion warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 14 Apr 2021 03:08:51 +0000 (20:08 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 20 Apr 2021 14:49:55 +0000 (07:49 -0700)
plugin/core/gvrender_core_dot.c

index e845470117106050ce32d9eecfb6cb3b45be1f52..a33e96ca84ccb86c224865aeea67f6f745bb05d6 100644 (file)
@@ -548,7 +548,7 @@ static unsigned int flag_masks[] = { 0x1F, 0x3F, 0x7F };
 static void xdot_textspan(GVJ_t * job, pointf p, textspan_t * span)
 {
     emit_state_t emit_state = job->obj->emit_state;
-    int flags;
+    unsigned flags;
     char buf[BUFSIZ];
     int j;