Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
warnings: mute unused variable warning
../../../src/viewer/datasource.c: In function ‘mcview_set_byte’: ../../../src/viewer/datasource.c:270:38: error: unused parameter ‘offset’ [-Werror=unused-parameter] 270 | mcview_set_byte (WView * view, off_t offset, byte b) | ~~~~~~^~~~~~ Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
- Loading branch information