]> Dogcows Code - chaz/tar/blobdiff - lib/wordsplit.c
tar: pacify GCC 5.1 -Wformat-signedness
[chaz/tar] / lib / wordsplit.c
index bda64d31f9bdca8dd3b2e35916d9b997caba9960..69db2e0335e9b57c1710d2669dec043c42cc2b20 100644 (file)
@@ -221,7 +221,7 @@ struct wordsplit_node
 {
   struct wordsplit_node *prev; /* Previous element */
   struct wordsplit_node *next; /* Next element */
-  int flags;                   /* Node flags */
+  unsigned flags;              /* Node flags */
   union
   {
     struct
This page took 0.017816 seconds and 4 git commands to generate.