diff options
Diffstat (limited to 'src/build/beam/core')
-rw-r--r-- | src/build/beam/core/assert.C | 6 | ||||
-rw-r--r-- | src/build/beam/core/pagemgr.C | 5 | ||||
-rw-r--r-- | src/build/beam/core/stacksegment.C | 5 |
3 files changed, 13 insertions, 3 deletions
diff --git a/src/build/beam/core/assert.C b/src/build/beam/core/assert.C index c7186668f..183e1847d 100644 --- a/src/build/beam/core/assert.C +++ b/src/build/beam/core/assert.C @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2014 */ +/* Contributors Listed Below - COPYRIGHT 2014,2019 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -20,5 +22,7 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ +// cppcheck-suppress syntaxError >>>ERROR5___assert_d9b551657c952063 + >>>ERROR5___assert_941b08c17c952063 diff --git a/src/build/beam/core/pagemgr.C b/src/build/beam/core/pagemgr.C index 54779d750..2cde4394d 100644 --- a/src/build/beam/core/pagemgr.C +++ b/src/build/beam/core/pagemgr.C @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2014 */ +/* Contributors Listed Below - COPYRIGHT 2014,2019 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -20,5 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ +// cppcheck-suppress syntaxError >>>MISTAKE5__initialize_7639026bb95510e7 >>>MISTAKE5__initialize_2d381016b95510e7 diff --git a/src/build/beam/core/stacksegment.C b/src/build/beam/core/stacksegment.C index cfc2cf308..e7bd9eb21 100644 --- a/src/build/beam/core/stacksegment.C +++ b/src/build/beam/core/stacksegment.C @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2014 */ +/* Contributors Listed Below - COPYRIGHT 2014,2019 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -20,4 +22,5 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ +// cppcheck-suppress syntaxError >>>ERROR8_~StackSegment_b791f4a2ac177b6 |