[PATCH 4/5] d3d9/tests: Make a variable static const.

Matteo Bruni mbruni at codeweavers.com
Tue Dec 1 12:11:28 CST 2020


Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
---
 dlls/d3d9/tests/visual.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3d9/tests/visual.c b/dlls/d3d9/tests/visual.c
index 7c0a0157389..504d276d6c5 100644
--- a/dlls/d3d9/tests/visual.c
+++ b/dlls/d3d9/tests/visual.c
@@ -16799,7 +16799,7 @@ static void fp_special_test(void)
         0x0000ffff,                                                             /* end                          */
     };
 
-    struct
+    static const struct
     {
         float x, y, z;
         float s;
-- 
2.26.2




More information about the wine-devel mailing list