mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-09-25 03:27:27 +00:00
Clean up some warnings. Purposefully accept them in tests where we're verifying it still mocks when those issues exist.
27 lines
647 B
YAML
27 lines
647 B
YAML
# =========================================================================
|
|
# CMock - Automatic Mock Generation for C
|
|
# ThrowTheSwitch.org
|
|
# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams
|
|
# SPDX-License-Identifier: MIT
|
|
# =========================================================================
|
|
|
|
---
|
|
:flags:
|
|
:gcc:
|
|
- -Wno-ignored-qualifiers
|
|
:clang:
|
|
- -Wno-ignored-qualifiers
|
|
|
|
:cmock:
|
|
:plugins: []
|
|
:includes: []
|
|
:mock_path: ./system/generated/
|
|
:mock_prefix: mock_
|
|
:treat_inlines: :include
|
|
:treat_as_void:
|
|
- OSEK_TASK
|
|
- VOID_TYPE_CRAZINESS
|
|
:strippables:
|
|
- SAMPLE_EXTERN
|
|
- SAMPLE_MODE
|