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
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]>
0 commit comments