Cleanup: quiet warning

This commit is contained in:
Campbell Barton 2019-07-11 09:22:19 +10:00
parent bb7b741d2f
commit de203b26c2
1 changed files with 2 additions and 0 deletions

View File

@ -1559,6 +1559,8 @@ static void wm_block_splash_add_labels(uiBlock *block, int x, int y)
wm_block_splash_add_label(block, branch_buf, x, &y);
}
}
#else
UNUSED_VARS(show_build_info);
#endif /* WITH_BUILDINFO */
}