fix : implicit conversion #7

Merged
dalmurii merged 8 commits from kenter7317/aclspv:master into master 2026-06-22 15:06:35 +00:00
Contributor

Fix implict casting error and Clang wrong assumtion

Environment

OS: Windows 11 Education (25H2) x86_64   
Kernel: WIN32_NT 10.0.26200.8457   
CPU: AMD Ryzen 7 8845HS (16) @ 5.10 GHz   
GPU 1: NVIDIA GeForce RTX 4060 Laptop GPU @ 3.10 GHz (7.77 GiB)   
GPU 2: AMD Radeon(TM) Graphics (417.46 MiB)   
Compiler:
	Clang:
		clang version 22.1.6
		(https://github.com/llvm/llvm-project fc4aad7b5db3fff421df9a9637605b9ca5667881)
Generator:
	Ninja: 1.21.1
    (https://github.com/llvm/llvm-project fc4aad7b5db3fff421df9a9637605b9ca5667881)

Summary

Implict casting error

in C90, casting that is not mark on code is not allowed. then this pull request contain correction of that codes

# Fix implict casting error and Clang wrong assumtion ## Environment ``` OS: Windows 11 Education (25H2) x86_64 Kernel: WIN32_NT 10.0.26200.8457 CPU: AMD Ryzen 7 8845HS (16) @ 5.10 GHz GPU 1: NVIDIA GeForce RTX 4060 Laptop GPU @ 3.10 GHz (7.77 GiB) GPU 2: AMD Radeon(TM) Graphics (417.46 MiB) Compiler: Clang: clang version 22.1.6 (https://github.com/llvm/llvm-project fc4aad7b5db3fff421df9a9637605b9ca5667881) Generator: Ninja: 1.21.1 (https://github.com/llvm/llvm-project fc4aad7b5db3fff421df9a9637605b9ca5667881) ``` ## Summary ### Implict casting error in C90, casting that is not mark on code is not allowed. then this pull request contain correction of that codes
dalmurii merged commit 9d1f1af17a into master 2026-06-22 15:06:35 +00:00
dalmurii referenced this pull request from a commit 2026-06-22 15:06:36 +00:00
Sign in to join this conversation.
No description provided.