Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cl/gcc: fix compatibility with host gcc-14.x
This commit fixes the following build-time error: ``` cl/gcc/clplug.c: In function 'bool error_detected()': cl/gcc/clplug.c:480:52: error: invalid types '<unresolved overloaded function type>[diagnostic_t]' for array subscript 480 | return global_dc && global_dc->diagnostic_count[DK_ERROR]; | ^ ``` Related: #92 Resolves: #93
- Loading branch information