getopt() returns int
See getopt(3): returns int, so store it in an int variable. I went through all occurrences, project-wide. All return values of getopt() should be stored in ints now.
Some repository views and data access features for public projects require sign-in. Please log in for full access.
The codebase for this repository has officially moved to GitHub. Here is the new repo (https://github.com/duranta-project/openairinterface5g/discussions/155).
See getopt(3): returns int, so store it in an int variable. I went through all occurrences, project-wide. All return values of getopt() should be stored in ints now.