std.lnt 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. //============================================================================
  2. // Product: PC-Lint 9.x standard option file
  3. // Last Updated for Version: 5.4.0
  4. // Date of the Last Update: 2015-03-11
  5. //
  6. // Q u a n t u m L e a P s
  7. // ---------------------------
  8. // innovating embedded systems
  9. //
  10. // Copyright (C) Quantum Leaps. All rights reserved.
  11. //
  12. // This program is free software: you can redistribute it and/or modify
  13. // it under the terms of the GNU General Public License as published by
  14. // the Free Software Foundation, either version 3 of the License, or
  15. // (at your option) any later version.
  16. //
  17. // Alternatively, this program may be distributed and modified under the
  18. // terms of Quantum Leaps commercial licenses, which expressly supersede
  19. // the GNU General Public License and are specifically designed for
  20. // licensees interested in retaining the proprietary status of their code.
  21. //
  22. // This program is distributed in the hope that it will be useful,
  23. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  24. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  25. // GNU General Public License for more details.
  26. //
  27. // You should have received a copy of the GNU General Public License
  28. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  29. //
  30. // Contact information:
  31. // Web: http://www.state-machine.com
  32. // Email: info@state-machine.com
  33. //============================================================================
  34. // output: a single line, file info always, use full path names
  35. -hF1
  36. +ffn
  37. -"format=%(\q%f\q %l %C%) %t %n: %m"
  38. -width(0,0) // do not break lines
  39. +flm // make sure no foreign includes change the format
  40. -zero(99) // don't stop make because of warnings
  41. -passes(2) // make two passes (for better error messages)
  42. -restore_at_end // don't let -e<nn> options bleed to other files
  43. -summary() // produce a summary of all produced messages