-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Description
Issue Description
gcc -fanalyzer displays errors
Package Version and Platform:
- Platform: Fedora
- Package and version: main branch
- Steps to Reproduce
Steps to reproduce the behavior:
podman run -ti --rm quay.io/389ds/devcontainer /bin/bash
git clone https://github.com/389ds/389-ds-base
cd 389-ds-base
sed -i 's/debug_cflags="-g3 -ggdb -gdwarf-5 -O0"/debug_cflags="-g3 -ggdb -gdwarf-5 -O0 -fanalyzer"/' configure.ac
./autogen.sh
./configure --enable-debug
make 2> stderr.log
grep Wanalyzer stderr.log
Expected results
Final grep should be empty
Additional context
PR #6246 fixed some of the issues but there are still some others
Metadata
Metadata
Assignees
Labels
No labels