Skip to content

Commit 28d07ef

Browse files
author
Aidan Lee
committed
Silence warning spam about missing override
1 parent 679a39a commit 28d07ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

toolchain/linux-toolchain.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<flag value="-fpic"/>
4848
<flag value="-fPIC"/>
4949
<flag value="-Wno-overflow" />
50+
<flag value="-Wno-inconsistent-missing-override"/>
5051
<cppflag value="-Wno-invalid-offsetof" />
5152
<flag value="-DHX_LINUX"/>
5253
<flag value="-DRASPBERRYPI=RASPBERRYPI" if="rpi"/>

0 commit comments

Comments
 (0)