You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Including a header file that exists but is empty produces the following error:
unable to read included file
This can be reproduced by adding an empty include_helper_empty.h to the feature test directory, and adding the following include to tests/feature_tests/include.c: #include "include_helper_empty.h"
Even just adding an empty comment to the empty file fixes this bug.
Including a header file that exists but is empty produces the following error:
This can be reproduced by adding an empty include_helper_empty.h to the feature test directory, and adding the following include to tests/feature_tests/include.c:
#include "include_helper_empty.h"
Even just adding an empty comment to the empty file fixes this bug.
Discovered while I was looking at #37
The text was updated successfully, but these errors were encountered: