yellow-footed-honeyguide / facad

A modern, colorful ls alternative for bringing clarity to the filesystem ☀️
MIT License
344 stars 11 forks source link

Mac OS no work #4

Closed dedm1 closed 3 weeks ago

dedm1 commented 2 months ago

на маке ошибка когда используешь команду ninja ../src/args_parser.c:22:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]

что бы пофиксить надо в файле ./src/args_parser.c заменить 22 строчку с void print_version() { на void print_version(void) { и заново ввести команду ninja

поправьте пожалуйста

yellow-footed-honeyguide commented 1 month ago

@dedm1 , thank you for noticing this issue, it has been fixed in the new release.