mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
Use consistent indentation. Sort many blocks of module-specific MCFLAGS settings by module name. Add XXXs about some questionable options.
20 lines
999 B
Bash
20 lines
999 B
Bash
#---------------------------------------------------------------------------#
|
|
# vim: ts=4 sw=4 expandtab ft=sh
|
|
#---------------------------------------------------------------------------#
|
|
|
|
MCFLAGS-mercury_odbc += --no-warn-nothing-exported
|
|
MCFLAGS-mercury_odbc += --no-warn-unused-interface-imports
|
|
|
|
MCFLAGS-odbc += --no-allow-ho-insts-as-modes
|
|
MCFLAGS-odbc += --warn-dead-preds
|
|
MCFLAGS-odbc += --warn-implicit-stream-calls
|
|
MCFLAGS-odbc += --warn-inconsistent-pred-order-clauses
|
|
MCFLAGS-odbc += --warn-insts-with-functors-without-type
|
|
MCFLAGS-odbc += --warn-known-bad-format-calls
|
|
MCFLAGS-odbc += --warn-non-contiguous-clauses
|
|
MCFLAGS-odbc += --warn-non-contiguous-foreign-procs
|
|
MCFLAGS-odbc += --warn-potentially-ambiguous-pragma
|
|
MCFLAGS-odbc += --warn-suspicious-foreign-code
|
|
MCFLAGS-odbc += --warn-unknown-format-calls
|
|
MCFLAGS-odbc += --warn-unused-imports
|