QP/C++  7.3.3
Real-Time Embedded Framework
Loading...
Searching...
No Matches
std.lnt
Go to the documentation of this file.
1//============================================================================
2// QP/C++ Real-Time Embedded Framework (RTEF)
3// Copyright (C) 2005 Quantum Leaps, LLC. All rights reserved.
4//
5// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-QL-commercial
6//
7// This software is dual-licensed under the terms of the open source GNU
8// General Public License version 3 (or any later version), or alternatively,
9// under the terms of one of the closed source Quantum Leaps commercial
10// licenses.
11//
12// The terms of the open source GNU General Public License version 3
13// can be found at: <www.gnu.org/licenses/gpl-3.0>
14//
15// The terms of the closed source Quantum Leaps commercial licenses
16// can be found at: <www.state-machine.com/licensing>
17//
18// Redistributions in source code must retain this top-level comment block.
19// Plagiarizing this software to sidestep the license obligations is illegal.
20//
21// Contact information:
22// <www.state-machine.com>
23// <info@state-machine.com>
24//============================================================================
25//! @date Last updated on: 2023-08-08
26//! @version Last updated for version: 7.3.0
27//!
28//! @file
29//! @brief PC-Lint-Plus standard option file
30
31// message formatting options...
32-hF1 // output: a single line
33+ffn // use full path names
34//-"format=%(\q%f\q %l %C%) %t %n: %m"
35//-width(0,0) // do not break lines
36-width(120,4) // break lines after 99 characters with 4 characters indent
37+flm // make sure no foreign includes change the format
38
39+rw(inline, entry)
40
41-zero(99) // don't stop because of warnings
42-passes(2) // make two passes (for better error messages)
43-restore_at_end // don't let -e<nn> options bleed to other files
44-summary() // produce a summary of all produced messages
45