Bug 2179869 - vinagre: Add missing type to dontoptimiseaway definitions (for C99 compatibility)
Summary: vinagre: Add missing type to dontoptimiseaway definitions (for C99 compatibil...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: vinagre
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Florian Weimer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PortingToModernCNoUpstream
TreeView+ depends on / blocked
 
Reported: 2023-03-20 10:12 UTC by Florian Weimer
Modified: 2023-03-20 10:28 UTC (History)
6 users (show)

Fixed In Version: vinagre-3.22.0-28.fc39
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-03-20 10:28:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
vinagre-c99.patch (1.85 KB, patch)
2023-03-20 10:12 UTC, Florian Weimer
no flags Details | Diff

Description Florian Weimer 2023-03-20 10:12:42 UTC
Created attachment 1951996 [details]
vinagre-c99.patch

There are a couple of places in the sources where variables are defined without a type:

  volatile dontoptimiseaway = vinagre_ssh_plugin_get_type ();

This needs to add the GType type for C99 compatibility.

Upstream GNOME has archived the vinagre project, so there's no place for upstream collaboration anymore, so failing this here.


Note You need to log in before you can comment on or make changes to this bug.