• Robert Schmidt's avatar
    Initialize OAIgraph before usage · 26ef1128
    Robert Schmidt authored
    Newer GCC releases warn about the scope being uninitialized:
    
    openair1/PHY/TOOLS/nr_phy_scope.c:1076:20: error: ‘graph.text’ is used uninitialized [-Werror=uninitialized]
    
    This is correct, as we don't initialize the scope. This commit correctly
    initializes the scope.
    26ef1128
nr_phy_scope.c 42.9 KB