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:
Matteo De Carlo
2022-08-22 18:21:13 +02:00
committed by GitHub
parent bd41a54b3b
commit e6e2bb176b
18 changed files with 32 additions and 70 deletions
-2
View File
@@ -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;