chore: address compiler warnings by github-roushan · Pull Request #2072 · janhq/cortex.cpp

@github-roushan

@github-roushan mentioned this pull request

Mar 6, 2025

vansangpfiev

vansangpfiev

@github-roushan

use macro PCLOSE to correctly map to _pclose on windows

@github-roushan

The PCLOSE macro was mistakenly defined as pclose for Windows. This commit fixes the typo, reverting it back to _pclose

@github-roushan

vansangpfiev

@vansangpfiev vansangpfiev changed the title Address Compiler Warnings chore: address compiler warnings

Mar 10, 2025

qnixsynapse

@github-roushan

qnixsynapse

@vansangpfiev