core: Fix clang build pt.2
Resolves the clang build issue in a more unintrusive way.
This commit is contained in:
		| @@ -51,9 +51,12 @@ if (NOT MSVC) | ||||
|         -Werror=implicit-fallthrough | ||||
|         -Werror=reorder | ||||
|         -Werror=sign-compare | ||||
|         -Werror=unused-but-set-parameter | ||||
|         -Werror=unused-but-set-variable | ||||
|         -Werror=unused-variable | ||||
|  | ||||
|         $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> | ||||
|         $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> | ||||
|  | ||||
|         -Wno-sign-conversion | ||||
|     ) | ||||
| endif() | ||||
|  | ||||
|   | ||||
| @@ -630,9 +630,12 @@ else() | ||||
|         -Werror=implicit-fallthrough | ||||
|         -Werror=reorder | ||||
|         -Werror=sign-compare | ||||
|         -Werror=unused-but-set-parameter | ||||
|         -Werror=unused-but-set-variable | ||||
|         -Werror=unused-variable | ||||
|  | ||||
|         $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> | ||||
|         $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> | ||||
|  | ||||
|         -Wno-sign-conversion | ||||
|     ) | ||||
| endif() | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user