From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8A31610E4B3 for ; Sat, 2 Jul 2022 03:05:42 +0000 (UTC) From: Ashutosh Dixit To: igt-dev@lists.freedesktop.org Date: Fri, 1 Jul 2022 20:05:33 -0700 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 0/4] Fix compile warnings with gcc 12.1.1 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Petri Latvala Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Fix compile warnings with gcc 12.1.1 Ashutosh Dixit (4): lib/igt_device_scan: Fix -Wdangling-pointer tests/drm_read: Fix -Wdeprecated-declarations tests/kms_cursor_crc: Fix -Wformat-truncation lib/amdgpu/amd_command_submission: Fix -Wuse-after-free lib/amdgpu/amd_command_submission.c | 2 +- lib/igt_device_scan.c | 2 +- tests/drm_read.c | 2 +- tests/kms_cursor_crc.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) -- 2.34.1