Re: [PATCH 1/3] tests/amdgpu: Fix various warnings

2019-12-09 Thread Christian König
Am 09.12.19 um 19:57 schrieb Luben Tuikov: This patch fixes the following warnings: -Wformat= -Wmaybe-uninitialized -Wmisleading-indentation -Wstringop-truncation -Wunused-function -Wunused-variable It also removes forward declarations and moves global functions to the bottom, keeping locals at

Re: [PATCH 1/3] tests/amdgpu: Fix various warnings

2019-12-06 Thread Luben Tuikov
On 2019-12-06 3:49 a.m., Christian König wrote: > Am 06.12.19 um 05:32 schrieb Luben Tuikov: >> This patch fixes the following warnings: >> -Wformat= >> -Wmaybe-uninitialized >> -Wmisleading-indentation >> -Wstringop-truncation >> -Wunused-function >> -Wunused-variable >> >> It also removes forward

Re: [PATCH 1/3] tests/amdgpu: Fix various warnings

2019-12-06 Thread Christian König
Am 06.12.19 um 05:32 schrieb Luben Tuikov: This patch fixes the following warnings: -Wformat= -Wmaybe-uninitialized -Wmisleading-indentation -Wstringop-truncation -Wunused-function -Wunused-variable It also removes forward declarations and moves global functions to the bottom, keeping locals at