mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
Remove a workaround.
This commit is contained in:
@@ -526,9 +526,7 @@ make_dependency_list(ModuleNames, TargetType) =
|
||||
ModuleNames).
|
||||
|
||||
target_extension(Globals, Target) = MaybeExt :-
|
||||
% XXX This line is commented out until compilers that
|
||||
% know about the no_solution_disjunct warning are installed.
|
||||
% disable_warning [no_solution_disjunct]
|
||||
disable_warning [no_solution_disjunct]
|
||||
(
|
||||
Target = module_target_source,
|
||||
MaybeExt = yes(".m")
|
||||
|
||||
@@ -582,6 +582,7 @@ EOF
|
||||
--warn-insts-without-matching-type \
|
||||
--warn-known-bad-format-calls \
|
||||
--obsolete-proc-2019-10-23 \
|
||||
--github-85--2020-03-24 \
|
||||
--no-detect-libgrades \
|
||||
--output-grade-string \
|
||||
--shlib-linker-install-name-flag "-dummy_flag" \
|
||||
|
||||
Reference in New Issue
Block a user