Mostly cleanup/janitor work - gssproxy has a couple of places where |const| is abused: -- snip --
src/client/gpm_display_status.c:58:47: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] tests/cli_srv_comm.c:310:20: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] tests/cli_srv_comm.c:407:37: warning: passing argument 3 of ‘gpm_canonicalize_name’ discards ‘const’ qualifier from pointer target type [enabled by default] tests/interposetest.c:233:21: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default] tests/interposetest.c:515:37: warning: passing argument 3 of ‘gss_canonicalize_name’ discards ‘const’ qualifier from pointer target type [enabled by default] tests/interposetest.c:687:20: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] src/gp_creds.c:42:1: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]
-- snip --
Patch queued...
Metadata Update from @gisburn: - Issue assigned to simo - Issue set to the milestone: X - DEFERRED
Metadata Update from @rharwood: - Issue assigned to rharwood (was: simo)
I think I fixed these a while ago while cleaning the code for something else.
Metadata Update from @rharwood: - Issue close_status updated to: None - Issue priority set to: None (was: 4)
Metadata Update from @rharwood: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)