Branch: Tag:

2017-02-11

2017-02-11 11:09:04 by Arne Goedeke <el@laramies.com>

Compiler: added comment about spurious warning

4998:    int old_major = Pike_compiler->compat_major;    int old_minor = Pike_compiler->compat_minor;    struct svalue *efun = NULL; +  /* NOTE: Compilers warn about res being globbered by the setjmp,longjmp +  * below. This warning is spurious because pop_stack() does not actually +  * do the longjmp, instead f_index() does. */    node *res = NULL;       change_compiler_compatibility(major, minor);