#include void foo(struct dirent* bar) { char *qux = bar->d_name; (void) qux; } int main(void) { return 0; }