• Vadim B. Mikheev's avatar
    cc1: warnings being treated as errors · cd3f1bca
    Vadim B. Mikheev authored
    psql.c: In function `HandleSlashCmds':
    psql.c:1141: warning: `optarg3' might be used uninitialized in this function
    psql.c:1157: warning: `optarg3' might be used uninitialized in this function
    
    -> char           *optarg3 = NULL;
    cd3f1bca
psql.c 52.4 KB