Skip to content

FilePeeker: Fix warning on ARM.

Scott Snyder requested to merge ssnyder/athena:uchar.FilePeeker-20211013 into master

char is unsigned on this platform. Use proper type for the return value of getopt.

Merge request reports