Skip to content

Commit 50da7b8

Browse files
authored
Merge pull request #1134 from oalbrigt/send_arp-avoid-cast-alignment-issue-on-arm
send_arp: dont use "-Wcast-align" due to false-positive fail on ARM.
2 parents cbe61fd + 006e8b4 commit 50da7b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,6 @@ else
807807
-Wall
808808
-Wbad-function-cast
809809
-Wcast-qual
810-
-Wcast-align
811810
-Wdeclaration-after-statement
812811
-Wendif-labels
813812
-Wfloat-equal

0 commit comments

Comments
 (0)