aboutsummaryrefslogtreecommitdiff
path: root/src/check_type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/check_type.cpp')
-rw-r--r--src/check_type.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/check_type.cpp b/src/check_type.cpp
index 3eeb40777..953eebdda 100644
--- a/src/check_type.cpp
+++ b/src/check_type.cpp
@@ -1945,11 +1945,11 @@ bool abi_compat_return_by_value(gbAllocator a, ProcCallingConvention cc, Type *a
if (abi_return_type == nullptr) {
return false;
}
- switch (cc) {
- case ProcCC_Odin:
- case ProcCC_Contextless:
- return false;
- }
+ // switch (cc) {
+ // case ProcCC_Odin:
+ // case ProcCC_Contextless:
+ // return false;
+ // }
if (build_context.ODIN_OS == "windows") {