qmake: Fix gcc warning about anonymous type linkage
Fix "warning: anonymous type with no linkage used to declare variable '<anonymous struct> dotNetCombo []' with linkage". Change-Id: Iaff0d460df53fd6d0732d39bf633688805f5c653 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
1eabc2417b
commit
7ec788705f
@ -70,7 +70,7 @@ QT_END_NAMESPACE
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
struct {
|
||||
struct DotNetCombo {
|
||||
DotNET version;
|
||||
const char *versionStr;
|
||||
const char *regKey;
|
||||
|
Loading…
Reference in New Issue
Block a user