Skip to content
  • Luben Tuikov's avatar
    tests/amdgpu: Fix various warnings · fb163458
    Luben Tuikov authored
    
    
    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 the top, in ras_tests.c.
    
    Signed-off-by: default avatarLuben Tuikov <luben.tuikov@amd.com>
    fb163458