Re: Version 1.19.1 compilation issue - RedHat Linux

2021-05-12 Thread Greg Hudson
On 5/12/21 8:17 AM, Vipul Mehta wrote: > Getting following error: > gic_keytab.c:185: error: ‘etype_list’ may be used uninitialized in this > function This is a false positive (etype_list can only be used uninitialized if k5_canonprinc() returns zero candidates without erroring out, and it doesn't

Version 1.19.1 compilation issue - RedHat Linux

2021-05-12 Thread Vipul Mehta
Hi, I am trying to compiler MIT Kerberos version 1.19.1 in RedHat linux with following gcc: gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4) Getting following error: gic_keytab.c:185: error: ‘etype_list’ may be used uninitialized in this function At top level: cc1: warning: unrecognized command line op