Changeset c8c418cf in mainline
- Timestamp:
- 2018-08-04T14:03:57Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7afd12e5
- Parents:
- c8da69d
- Location:
- uspace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
rc8da69d rc8c418cf 207 207 -Wno-unused-command-line-argument 208 208 else 209 # FIXME: -Wimplicit-fallthrough is broken in GCC 8.2.0210 209 DEFAULT_CFLAGS += \ 211 -Wno-implicit-fallthrough \212 210 -Wno-clobbered 213 211 endif -
uspace/app/sbi/src/ancr.c
rc8da69d rc8c418cf 216 216 case csi_struct: 217 217 assert(b_false); /* XXX */ 218 /* Fallthrough */218 break; 219 219 case csi_interface: 220 220 cspan_print(csi->name->cspan); … … 228 228 break; 229 229 } 230 break; 230 231 case csi_struct: 231 232 assert(b_false); /* XXX */ 233 break; 232 234 case csi_interface: 233 235 break;
Note:
See TracChangeset
for help on using the changeset viewer.