Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

Fix conformance issue in GSSAPI tests

Although some C compilers allow a function returning void to be called
in a return statement from another function returning void, it isn't
conformant and generates an error from (at least) the HP-UX native
compiler. Reported by Michael Osipov.

https://github.com/krb5/krb5/commit/6fe25e755f510c0fc86b899d96db9f80acf03ac5
Author: Greg Hudson <ghudson@mit.edu>
Commit: 6fe25e755f510c0fc86b899d96db9f80acf03ac5
Branch: master
src/tests/gssapi/common.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
From: ghudson@mit.edu
Subject: git commit

Fix conformance issue in GSSAPI tests

Although some C compilers allow a function returning void to be called
in a return statement from another function returning void, it isn't
conformant and generates an error from (at least) the HP-UX native
compiler. Reported by Michael Osipov.

(cherry picked from commit 6fe25e755f510c0fc86b899d96db9f80acf03ac5)

https://github.com/krb5/krb5/commit/724040b21fbaef10fb09b02948dca42766284589
Author: Greg Hudson <ghudson@mit.edu>
Commit: 724040b21fbaef10fb09b02948dca42766284589
Branch: krb5-1.19
src/tests/gssapi/common.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)