Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fix gcc fanalyzer issues  #6248

Copy link
Copy link
@progier389

Description

@progier389
Issue body actions

Issue Description
gcc -fanalyzer displays errors

Package Version and Platform:

  • Platform: Fedora
  • Package and version: main branch
  1. 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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.