From orm.finnendahl at selma.hfmdk-frankfurt.de Sun Sep 30 13:35:25 2018 From: orm.finnendahl at selma.hfmdk-frankfurt.de (Orm Finnendahl) Date: Sun, 30 Sep 2018 15:35:25 +0200 Subject: style-warnings on startup In-Reply-To: References: <20151229100608.GB13925@x1-orm> <7dce-56828f80-15-40764900@91246601> <20160104124336.GA30013@x1-orm> Message-ID: <20180930133525.GA22424@T460s-orm> Hi, on qt gui startup, I alway get a bunch of the following style-warnings (even when just loading and evaluating the tutorial examples): style-warning: Undefined alien: "sw_smoke" style-warning: Undefined alien: "sw_windows_version" style-warning: Undefined alien: "sw_make_qvector_uint" ... As everything works as expected, I assume this is either related to some wrong initialization order, or I'm doing it wrong. Does anybody know, how to circumvent this? -- Orm From stassats at gmail.com Sun Sep 30 15:36:36 2018 From: stassats at gmail.com (Stas Boukarev) Date: Sun, 30 Sep 2018 18:36:36 +0300 Subject: style-warnings on startup In-Reply-To: <20180930133525.GA22424@T460s-orm> References: <20151229100608.GB13925@x1-orm> <7dce-56828f80-15-40764900@91246601> <20160104124336.GA30013@x1-orm> <20180930133525.GA22424@T460s-orm> Message-ID: That output is expected. On Sun, Sep 30, 2018 at 4:35 PM Orm Finnendahl < orm.finnendahl at selma.hfmdk-frankfurt.de> wrote: > Hi, > > on qt gui startup, I alway get a bunch of the following > style-warnings (even when just loading and evaluating the tutorial > examples): > > style-warning: Undefined alien: "sw_smoke" > style-warning: Undefined alien: "sw_windows_version" > style-warning: Undefined alien: "sw_make_qvector_uint" > ... > > As everything works as expected, I assume this is either related to > some wrong initialization order, or I'm doing it wrong. Does anybody > know, how to circumvent this? > > -- > Orm > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From orm.finnendahl at selma.hfmdk-frankfurt.de Sun Sep 30 16:11:36 2018 From: orm.finnendahl at selma.hfmdk-frankfurt.de (Orm Finnendahl) Date: Sun, 30 Sep 2018 18:11:36 +0200 Subject: style-warnings on startup In-Reply-To: References: <20151229100608.GB13925@x1-orm> <7dce-56828f80-15-40764900@91246601> <20160104124336.GA30013@x1-orm> <20180930133525.GA22424@T460s-orm> Message-ID: <20180930161136.GB22424@T460s-orm> Am Sonntag, den 30. September 2018 um 18:36:36 Uhr (+0300) schrieb Stas Boukarev: > That output is expected. thanks!