Changeset 765995a in mainline
- Timestamp:
- 2023-10-22T13:56:55Z (14 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1dafe18
- Parents:
- e8f48ea
- git-author:
- Vojtech Horky <vojtech.horky@…> (2023-07-14 14:06:30)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-22 13:56:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/part/compiler_args/meson.build
re8f48ea r765995a 60 60 '-Wall', 61 61 '-Wextra', 62 '-Werror-implicit-function-declaration',63 62 '-Wwrite-strings', 64 63 '-Wunknown-pragmas', … … 92 91 extra_cflags = extra_common_flags + [ 93 92 '-Wmissing-prototypes', 93 '-Werror-implicit-function-declaration', 94 94 95 95 '-Wno-missing-braces',
Note:
See TracChangeset
for help on using the changeset viewer.