gridcf / gct

Grid Community Toolkit
Apache License 2.0
46 stars 30 forks source link

Type errors #222

Closed ellert closed 7 months ago

ellert commented 7 months ago

Fedora 40 updated gcc to version 14. This version is more strict with assignments between different pointer types. This PR fixes the compilation errors in myproxy due to this change.

The PR has two commits. The first has no code changes, only changes to tabs and spaces. The second commit has the actual code changes.