Commit 06e5a976e5eb2d1d085c2e4b6d2ecb47440c2e50
Fix optimized build with -Werror
The compiler incorrectly things one field may be used uninitialized
even though the way the code is written that's just not possible. Make
the compiler happy.
Author: xaizek
Author date (UTC): 2026-03-20 23:06
Committer name: xaizek
Committer date (UTC): 2026-03-20 23:06
Parent(s): d686085fd99fd201d0da337b487fe38261296953
Signing key: 99DC5E4DB05F6BE2
Tree: d496dc5865d57c5a92348d7d9d844df7fa4bb605
| File src/integration.cpp changed (mode: 100644) (index f4fb533..0709891) |
| ... |
... |
public: |
| 125 |
125 |
//! Output collected so far. |
//! Output collected so far. |
| 126 |
126 |
std::string buffer; |
std::string buffer; |
| 127 |
127 |
//! Process id of a pager. |
//! Process id of a pager. |
| 128 |
|
pid_t pid; |
|
|
128 |
|
pid_t pid = -1; |
| 129 |
129 |
|
|
| 130 |
130 |
/** |
/** |
| 131 |
131 |
* @brief Pointer to buffer stored in RedirectToPager. |
* @brief Pointer to buffer stored in RedirectToPager. |