guiutil.cpp/.h: fix a -Wreorder compiler warning...#1257
Merged
laanwj merged 1 commit intobitcoin:masterfrom May 11, 2012
Diapolo:fix_guiutil_warn
Merged
guiutil.cpp/.h: fix a -Wreorder compiler warning...#1257laanwj merged 1 commit intobitcoin:masterfrom Diapolo:fix_guiutil_warn
laanwj merged 1 commit intobitcoin:masterfrom
Diapolo:fix_guiutil_warn
Conversation
… for ToolTipToRichTextFilter explicit
Member
|
Looks safe, and I like squishing warnings (though I don't get this one). |
laanwj
added a commit
that referenced
this pull request
May 11, 2012
guiutil.cpp/.h: fix a -Wreorder compiler warning...
coblee
pushed a commit
to litecoin-project/litecoin
that referenced
this pull request
Jul 17, 2012
guiutil.cpp/.h: fix a -Wreorder compiler warning...
suprnurd
pushed a commit
to chaincoin-legacy/chaincoin
that referenced
this pull request
Dec 5, 2017
…NODE_SYNC_ENOUGH_PEERS (6 currently) peers at the same height as we are (bitcoin#1257)
lateminer
pushed a commit
to lateminer/bitcoin
that referenced
this pull request
Jan 22, 2019
fix various clang warnings, mostly about crit section protection of various std structures, remove unnecessary block template allocation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
guiutil.h: In constructor 'GUIUtil::ToolTipToRichTextFilter::ToolTipToRichTextFilter(int, QObject*)':
guiutil.h:90: warning: 'GUIUtil::ToolTipToRichTextFilter::size_threshold' will be initialized after [-Wreorder]
guiutil.cpp:252: warning: base 'QObject' [-Wreorder]
guiutil.cpp:251: warning: when initialized here [-Wreorder]