forked from siemens/CtrlppCheck
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request siemens#80 from mPokornyETM/bug-75
Warning Message after starting WinCCOA - Gedi
- Loading branch information
Showing
5 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
// SPDX-License-Identifier: GPL-3.0-only | ||
// | ||
|
||
#uses "var" | ||
#uses "stdVar" | ||
|
||
class OaLogger | ||
{ | ||
|
This file contains 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
Binary file modified
BIN
+0 Bytes
(100%)
WinCC_OA_Test/TestSuites/suite_CtrlppCheck/sub_app/data/references/vector.xml
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
WinCC_OA_Test/TestSuites/suite_CtrlppCheck/sub_app/scripts/testScripts/autovar.ctl
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// | ||
|
||
// tests for CheckAutoVariables | ||
// CheckAutoVariables::assignFunctionArg | ||
#uses "stdVar" | ||
|
||
struct S | ||
{ | ||
|
1 change: 1 addition & 0 deletions
1
WinCC_OA_Test/TestSuites/suite_CtrlppCheck/sub_app/scripts/testScripts/vector.ctl
This file contains 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
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() | ||
{ | ||
|