Opened 12 years ago
Last modified 11 years ago
#917 closed defect
tests that rely on diff break with clang — at Version 1
Reported by: | Mario Domenech Goulart | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | unknown | Version: | 4.8.x |
Keywords: | scrutiny tests clang | Cc: | |
Estimated difficulty: |
Description (last modified by )
Not a serious problem. clang generates some warnings that are not in the expected output files.
Warnings like:
../chicken.h:2292:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ ../chicken.h:2299:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ ../chicken.h:2336:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ ../chicken.h:2344:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ 4 warnings generated.
Change History (1)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Summary: | scrutiny test breaks with clang → tests that rely on diff break with clang |
Note: See
TracTickets for help on using
tickets.