Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dbus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 262
    • Issues 262
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • dbusdbus
  • dbus
  • Issues
  • #152
Closed
Open
Issue created Aug 11, 2016 by Bugzilla Migration User@bugzilla-migration

libdbus WaitingForOK state handling does not appear to match spec

Submitted by Simon McVittie

Assigned to D-Bus Maintainers

Link to original bug (#97298)

Description

+++ This bug was initially created as a clone of Bug #97282 +++

gcc 6 warns that

static const DBusAuthStateData client_state_waiting_for_ok

is unused. This suggests that either DBusAuth is doing something in the client side of authentication that doesn't match what dbus-specification says it should do, or the states in DBusAuth don't exactly match the states in dbus-specification.

For now I'm going to mark it as _DBUS_GNUC_UNUSED so the build at least succeeds.

Version: git master

Assignee
Assign to
Time tracking