Skip to content

Commit

Permalink
Warning Message after starting WinCCOA - Gedi
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM committed Nov 8, 2023
1 parent d6baa4c commit 0b789ce
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 0b789ce

Please sign in to comment.