Skip to content

Commit

Permalink
Merge pull request #9262 from dhalbert/qstrdefports-no-pragma-once
Browse files Browse the repository at this point in the history
qstrdefport.h: remove #pragma once
  • Loading branch information
dhalbert committed May 20, 2024
2 parents a0e33db + 296ad50 commit 4c39995
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ports/atmel-samd/qstrdefsport.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// SPDX-License-Identifier: MIT

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

// qstrs specific to this port
// *FORMAT-OFF*
2 changes: 1 addition & 1 deletion ports/broadcom/qstrdefsport.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// SPDX-License-Identifier: MIT

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

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

Expand Down
2 changes: 1 addition & 1 deletion ports/cxd56/qstrdefsport.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// SPDX-License-Identifier: MIT

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

// qstrs specific to this port
// *FORMAT-OFF*
2 changes: 1 addition & 1 deletion ports/espressif/qstrdefsport.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// SPDX-License-Identifier: MIT

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

// qstrs specific to this port
// *FORMAT-OFF*
2 changes: 1 addition & 1 deletion ports/litex/qstrdefsport.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// SPDX-License-Identifier: MIT

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

// qstrs specific to this port
// *FORMAT-OFF*
2 changes: 1 addition & 1 deletion ports/mimxrt10xx/qstrdefsport.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// SPDX-License-Identifier: MIT

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

// qstrs specific to this port
// *FORMAT-OFF*
2 changes: 1 addition & 1 deletion ports/nordic/qstrdefsport.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
//
// SPDX-License-Identifier: MIT

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

// qstrs specific to this port
2 changes: 1 addition & 1 deletion ports/raspberrypi/qstrdefsport.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
//
// SPDX-License-Identifier: MIT

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

// qstrs specific to this port
2 changes: 1 addition & 1 deletion ports/renode/qstrdefsport.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
//
// SPDX-License-Identifier: MIT

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

// qstrs specific to this port
2 changes: 1 addition & 1 deletion ports/stm/qstrdefsport.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
//
// SPDX-License-Identifier: MIT

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

// qstrs specific to this port

0 comments on commit 4c39995

Please sign in to comment.