From mboxrd@z Thu Jan 1 00:00:00 1970 From: mengdong.lin@linux.intel.com Subject: [PATCH 0/4] topology: fix some gcc warnings Date: Wed, 18 Nov 2015 02:21:23 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by alsa0.perex.cz (Postfix) with ESMTP id 55757265375 for ; Wed, 18 Nov 2015 08:06:03 +0100 (CET) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org Cc: Mengdong Lin , tiwai@suse.de, mengdong.lin@intel.com, vinod.koul@intel.com, liam.r.girdwood@intel.com, subhransu.s.prusty@intel.com List-Id: alsa-devel@alsa-project.org From: Mengdong Lin This series can fix the following gcc warnings: -Wunused-function -Wsign-compare -Wunused-variable -Wtype-limits Mengdong Lin (4): topology: Remove unused function write_data_block() topology: Change variable type to fix gcc warning topology: Remove unused variables topology: Fix comparison of unsigned expression < 0 src/topology/builder.c | 24 ------------------------ src/topology/channel.c | 6 ++++-- src/topology/ctl.c | 6 ++++-- src/topology/pcm.c | 9 +++------ 4 files changed, 11 insertions(+), 34 deletions(-) -- 2.5.0