blender/intern
Germano Cavalcante f27d6b9640 MSVC: lower C4100 warning level from 4 to 3
The C4100 warning is related to unused formal parameters in functions.

Enabling it better aligns with "-Wunused-parameter" option in other
compilers.

While suppressing it with `__pragma(warning(suppress:4100))` is not the
same as using `__attribute__((__unused__))` in GCC or Clang, it is
still preferable to use it over completely hiding the warning.

This ensures consistent warning behavior across compilers and improves
code quality by addressing unused function parameters.

(Note that some warnings in Windows-specific code have already been
silenced in 7fcb262dfd2f48a73f9cf794944ff677c36e3783)

Pull Request: https://projects.blender.org/blender/blender/pulls/105534
2023-03-09 16:05:48 +01:00
..
atomic Cleanup: remove workarounds and version checks for unsupported compilers 2022-09-27 07:05:13 +10:00
audaspace
clog
cycles Merge branch 'blender-v3.5-release' 2023-03-09 13:16:15 +01:00
dualcon
eigen
ffmpeg Merge branch 'blender-v3.5-release' 2023-03-07 17:35:05 +01:00
ghost Vulkan: Warn Developer When Layer Not Found. 2023-03-09 14:55:40 +01:00
guardedalloc MSVC: lower C4100 warning level from 4 to 3 2023-03-09 16:05:48 +01:00
iksolver
itasc
libc_compat Fix compilation on Linux, glibc 2.34, and CentOS libraries 2022-09-13 10:38:42 +02:00
libmv Docs: change Git URLs to point projects.blender.org instead of git.blender.org 2023-02-07 14:23:05 +01:00
locale Cleanup: use '#' prefix for issues instead of 'T' 2023-02-12 14:56:05 +11:00
mantaflow MSVC: lower C4100 warning level from 4 to 3 2023-03-09 16:05:48 +01:00
memutil
mikktspace Cleanup: spelling in comments 2023-02-07 14:17:01 +11:00
opencolorio Merge branch 'blender-v3.5-release' 2023-03-06 23:14:18 +01:00
opensubdiv Cleanup: spelling in comments 2023-02-07 14:17:01 +11:00
openvdb
quadriflow
rigidbody CMake: use BULLET_LIBRARIES for both extern_bullet and system libraries 2023-01-19 17:10:42 +11:00
sky Cleanup: use C-style code comments, format 2023-03-03 16:29:22 +11:00
utfconv
wayland_dynload GHOST/Wayland: improve workaround for libdecor setting the window state 2022-11-16 12:31:29 +11:00
CMakeLists.txt GPU: replace GLEW with libepoxy 2022-08-15 16:10:29 +02:00