Skip to content

Commit fc5a354

Browse files
committed
Fix GCC ignore pragma, closes #916
1 parent 389ae50 commit fc5a354

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

regression-tests/test-results/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
cppfront compiler v0.3.0 Build 9104:1118
2+
cppfront compiler v0.3.0 Build 9104:1809
33
Copyright(c) Herb Sutter All rights reserved
44

55
SPDX-License-Identifier: CC-BY-NC-ND-4.0

source/build.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"9104:1118"
1+
"9104:1809"

source/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#pragma warning(disable: 4456)
1818
#endif
1919
#if defined(__GNUC__) && __GNUC__ >= 13 && !defined(__clang_major__)
20-
#pragma GCC diagnostic ignored "-Wno-dangling-reference"
20+
#pragma GCC diagnostic ignored "-Wdangling-reference"
2121
#endif
2222

2323
#include "cpp2util.h"

0 commit comments

Comments
 (0)