Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app-office/gnucash: disable semantic interposition #875

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ProjectMoon
Copy link

@ProjectMoon ProjectMoon commented Mar 30, 2023

Issue: #874

Error during build is:

/var/tmp/portage/app-office/gnucash-4.12-r1/work/gnucash-4.12/libgnucash/engine/qofid.cpp:301:19: error: storing the address of local variable ‘value’ in ‘*(QofCollection*)user_data.QofCollection_s::data’ [-Werror=dangling-pointer=]
  301 |         col->data = user_data;
      |         ~~~~~~~~~~^~~~~~~~~~~
/var/tmp/portage/app-office/gnucash-4.12-r1/work/gnucash-4.12/libgnucash/engine/qofid.cpp: In function ‘void collection_compare_cb(QofInstance*, gpointer)’:
/var/tmp/portage/app-office/gnucash-4.12-r1/work/gnucash-4.12/libgnucash/engine/qofid.cpp:144:10: note: ‘value’ declared here
  144 |     gint value;
      |          ^~~~~
/var/tmp/portage/app-office/gnucash-4.12-r1/work/gnucash-4.12/libgnucash/engine/qofid.cpp:144:10: note: ‘user_data’ declared here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant