-
C언어❤️warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]코딩Coding/C++__C언어 2022. 11. 13. 16:19728x90
macOS M1 pro 기준
int id = (uintptr_t)arg; int id = (int)arg; 이걸 위에 코드로 바꾸니 해결됨
반응형'코딩Coding > C++__C언어' 카테고리의 다른 글
Back to Basics: C++ API Design - Jason Turner - CppCon 2022 (0) 2022.12.03 Using Modern C++ to Eliminate Virtual Functions Jonathan Gopel - CppCon 2022 (0) 2022.12.01 C++❤️Purging Undefined Behavior & Intel Assumptions in a Legacy C++ Codebase-Roth (0) 2022.11.26 C++ in Constrained Environments - Bjarne Stroustrup - CppCon 2022 (0) 2022.11.16 Back to Basics: C++ Value Semantics - Klaus Iglberger - CppCon 2022 (0) 2022.11.04 HPX - A C++❤️Library for Parallelism and Concurrency - Hartmut Kaiser (0) 2022.11.03 C++23 - What's In It For You? - Marc Gregoire - CppCon 2022 (0) 2022.10.23 C++개발자를 위한 최고의 라이브러리 12선 (0) 2022.10.19