Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Added -Wno-unused-result flag of GCC
Fixed issue PlatformLab#24. This commit is to ignore the warning message while building the source code. ``bash src/CoreArbiterServer.cc: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result] ``` Signed-off-by: Geunsik Lim <[email protected]>
- Loading branch information