Compiler warnings fixes (part 1) (#523)
* COMPILER WARNINGS: remove unused variables * stricter linux compiler options and define fixes * const char* for string constants * Always initialize struct EventArgs with some valid values and another possible use of initialized variable * revert library change
This commit is contained in:
@@ -126,8 +126,6 @@ namespace wi::image
|
||||
|
||||
image.border_soften = params.border_soften;
|
||||
|
||||
size_t vertex_size = sizeof(float4);
|
||||
|
||||
STRIP_MODE strip_mode = STRIP_ON;
|
||||
uint32_t index_count = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user