Skip to content

Global CONFIG_FILE variable defined without extern in header file#10

Open
beorn- wants to merge 1 commit intorliou92:masterfrom
beorn-:fix_bad_global_declaration
Open

Global CONFIG_FILE variable defined without extern in header file#10
beorn- wants to merge 1 commit intorliou92:masterfrom
beorn-:fix_bad_global_declaration

Conversation

@beorn-
Copy link
Copy Markdown

@beorn- beorn- commented Jun 11, 2020

Since GCC 10.1.0 (2020-05-07) default compilation options to use -fno-common, which means that by default, the code above no longer links unless you override the default with -fcommon

  Since GCC 10.1.0 (2020-05-07) default compilation options to use -fno-common, which means that by default, the code above no longer links unless you override the default with -fcommon
@beorn- beorn- force-pushed the fix_bad_global_declaration branch from a476a9c to d98db89 Compare June 11, 2020 23:29
@beorn-
Copy link
Copy Markdown
Author

beorn- commented Jun 17, 2020

ping @rliou92 ? :)

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.

1 participant