Skip to content

Commit 4c39995

Browse files
authored
Merge pull request #9262 from dhalbert/qstrdefports-no-pragma-once
qstrdefport.h: remove #pragma once
2 parents a0e33db + 296ad50 commit 4c39995

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

ports/atmel-samd/qstrdefsport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// SPDX-License-Identifier: MIT
66

7-
#pragma once
7+
// Do not use #pragma once in this file; it will cause a warning during qstr generation.
88

99
// qstrs specific to this port
1010
// *FORMAT-OFF*

ports/broadcom/qstrdefsport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// SPDX-License-Identifier: MIT
66

7-
#pragma once
7+
// Do not use #pragma once in this file; it will cause a warning during qstr generation.
88

99
// qstrs specific to this port, only needed if they aren't auto-generated
1010

ports/cxd56/qstrdefsport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// SPDX-License-Identifier: MIT
66

7-
#pragma once
7+
// Do not use #pragma once in this file; it will cause a warning during qstr generation.
88

99
// qstrs specific to this port
1010
// *FORMAT-OFF*

ports/espressif/qstrdefsport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// SPDX-License-Identifier: MIT
66

7-
#pragma once
7+
// Do not use #pragma once in this file; it will cause a warning during qstr generation.
88

99
// qstrs specific to this port
1010
// *FORMAT-OFF*

ports/litex/qstrdefsport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// SPDX-License-Identifier: MIT
66

7-
#pragma once
7+
// Do not use #pragma once in this file; it will cause a warning during qstr generation.
88

99
// qstrs specific to this port
1010
// *FORMAT-OFF*

ports/mimxrt10xx/qstrdefsport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// SPDX-License-Identifier: MIT
66

7-
#pragma once
7+
// Do not use #pragma once in this file; it will cause a warning during qstr generation.
88

99
// qstrs specific to this port
1010
// *FORMAT-OFF*

ports/nordic/qstrdefsport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
//
55
// SPDX-License-Identifier: MIT
66

7-
#pragma once
7+
// Do not use #pragma once in this file; it will cause a warning during qstr generation.
88

99
// qstrs specific to this port

ports/raspberrypi/qstrdefsport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
//
55
// SPDX-License-Identifier: MIT
66

7-
#pragma once
7+
// Do not use #pragma once in this file; it will cause a warning during qstr generation.
88

99
// qstrs specific to this port

ports/renode/qstrdefsport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
//
55
// SPDX-License-Identifier: MIT
66

7-
#pragma once
7+
// Do not use #pragma once in this file; it will cause a warning during qstr generation.
88

99
// qstrs specific to this port

ports/stm/qstrdefsport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
//
55
// SPDX-License-Identifier: MIT
66

7-
#pragma once
7+
// Do not use #pragma once in this file; it will cause a warning during qstr generation.
88

99
// qstrs specific to this port

0 commit comments

Comments
 (0)