swr/rast: remove default argument from SwrSync()
authorTim Rowley <timothy.o.rowley@intel.com>
Wed, 19 Apr 2017 15:58:59 +0000 (10:58 -0500)
committerTim Rowley <timothy.o.rowley@intel.com>
Sat, 29 Apr 2017 00:56:11 +0000 (19:56 -0500)
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/rasterizer/core/api.h

index d0f29dd7333430d6648526597c9ff1d751cf65d7..b9b994ad379a7fe45f967ffd4c9f0e2373d6172a 100644 (file)
@@ -260,7 +260,7 @@ void SWR_API SwrSync(
     PFN_CALLBACK_FUNC pfnFunc,
     uint64_t userData,
     uint64_t userData2,
-    uint64_t userData3 = 0);
+    uint64_t userData3);
 
 //////////////////////////////////////////////////////////////////////////
 /// @brief Blocks until all rendering has been completed.