pdemal - 2014-05-09

Hello,
Why does the program hereafter produce a warning in the Compiler tab?
Thank you.

#include <stdio.h>

int main(void)
{
fgetc(stdin);

return 0;

}

Compiler tab:

"Finding dependencies for file: D:\Documents\Project_main.c"