SDL: testevdev.c: comment out two unused data to fix build.

From e4f53e6b214cf476c9ad4b035ead97fb62da81c0 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sat, 17 Jun 2023 01:01:10 +0300
Subject: [PATCH] testevdev.c:  comment out two unused data to fix build.

---
 test/testevdev.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/testevdev.c b/test/testevdev.c
index 3fd6dc91abb3..d3368a725df4 100644
--- a/test/testevdev.c
+++ b/test/testevdev.c
@@ -184,6 +184,7 @@ static unsigned char ps3_hid_report_descriptor[] =
 };
 SDL_COMPILE_TIME_ASSERT (ps3, sizeof (ps3_hid_report_descriptor) == 149);
 
+#if 0 /* unused for now */
 static unsigned char vrs_pedals_hid_report_descriptor[] =
 {
     /* Generic Desktop / Joystick */
@@ -201,6 +202,7 @@ static unsigned char vrs_pedals_hid_report_descriptor[] =
     0x09, 0x01, 0x81, 0x02, 0xc0, 0xc0,
 };
 SDL_COMPILE_TIME_ASSERT (vrs_pedals, sizeof (vrs_pedals_hid_report_descriptor) == 0136);
+#endif
 
 static unsigned char thinkpad_usb_keyboard_hid_report_descriptor[] =
 {
@@ -248,6 +250,7 @@ static unsigned char thinkpad_usb_trackpoint_hid_report_descriptor[] =
 };
 SDL_COMPILE_TIME_ASSERT (thinkpad_usb_trackpoint, sizeof (thinkpad_usb_trackpoint_hid_report_descriptor) == 185);
 
+#if 0 /* unused for now */
 static unsigned char heusinkveld_pedals_hid_report_descriptor[] =
 {
     /* Generic Desktop / Joystick */
@@ -261,6 +264,7 @@ static unsigned char heusinkveld_pedals_hid_report_descriptor[] =
     0x01, 0xc0,
 };
 SDL_COMPILE_TIME_ASSERT (heusinkveld_pedals, sizeof (heusinkveld_pedals_hid_report_descriptor) == 072);
+#endif
 
 static unsigned char fanatec_handbrake_hid_report_descriptor[] =
 {