Skip to content

Commit

Permalink
Merge pull request siemens#80 from mPokornyETM/bug-75
Browse files Browse the repository at this point in the history
Warning Message after starting WinCCOA - Gedi
  • Loading branch information
dhoegerlETM authored Nov 9, 2023
2 parents 0453e02 + 0b789ce commit 5359c63
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// SPDX-License-Identifier: GPL-3.0-only
//

#uses "var"
#uses "stdVar"

class OaLogger
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#uses "classes/QualityGates/QgBase"
#uses "classes/QualityGates/QgStaticCheck/StaticDir"
#uses "classes/QualityGates/QgSettings"
#uses "stdVar"

class StaticCodeDir : StaticDir
{
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//

// tests for CheckAutoVariables
// CheckAutoVariables::assignFunctionArg
#uses "stdVar"

struct S
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// start options:
// error id:
// support for WinCC OA datatype vector
#uses "stdVar"

void main()
{
Expand Down

0 comments on commit 5359c63

Please sign in to comment.