<div dir="ltr"><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Dec 13, 2019 at 5:03 AM Rémi Bernon <<a href="mailto:rbernon@codeweavers.com">rbernon@codeweavers.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">+<br>
+    timeline_semaphore = &info->timeline_semaphore_properties;<br>
+    TRACE("  VkPhysicalDeviceTimelineSemaphorePropertiesKHR:\n");<br>
+    TRACE("    maxTimelineSemaphoreValueDifference: %u.\n", timeline_semaphore->maxTimelineSemaphoreValueDifference);<br>
 }<br></blockquote><div><br></div><div>maxTimelineSemaphoreValueDifference is declared as uint64_t, so this causes a format argument warning.</div><div><br></div><div>Conor<br></div></div></div>