SPO_JakaFurlan/ass3/zbirnik/_build/log
Jaka Furlan c707e3253c first
2025-12-07 20:13:19 +01:00

32 lines
1.8 KiB
Text

# dune build
# OCAMLPARAM: unset
# Shared cache: enabled-except-user-rules
# Shared cache location: /home/jaka/.cache/dune/db
# Workspace root: /mnt/c/Programiranje/SPO/ass3/zbirnik
# Auto-detected concurrency: 16
# Dune context:
# { name = "default"
# ; kind = "default"
# ; profile = Dev
# ; merlin = true
# ; fdo_target_exe = None
# ; build_dir = In_build_dir "default"
# ; instrument_with = []
# }
$ /usr/bin/ocamlc.opt -config > /tmp/dune_52f57b_output
$ (cd _build/default && /usr/bin/ocamldep.opt -modules -impl lib/semanticAnalyzer.ml) > _build/default/lib/.zbirnik.objs/zbirnik__SemanticAnalyzer.impl.d
$ (cd _build/default && /usr/bin/ocamldep.opt -modules -impl lib/prehodPrvi.ml) > _build/default/lib/.zbirnik.objs/zbirnik__PrehodPrvi.impl.d
$ (cd _build/default && /usr/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I lib/.zbirnik.objs/byte -no-alias-deps -opaque -open Zbirnik -o lib/.zbirnik.objs/byte/zbirnik__SemanticAnalyzer.cmo -c -impl lib/semanticAnalyzer.ml)
> File "lib/semanticAnalyzer.ml", line 280, characters 12-16:
> 280 | let getLen (mnem : mnemonic) (ext : bool) (mnemType : mnemonic_type) : int =
> ^^^^
> Error (warning 27 [unused-var-strict]): unused variable mnem.
> File "lib/semanticAnalyzer.ml", line 280, characters 30-33:
> 280 | let getLen (mnem : mnemonic) (ext : bool) (mnemType : mnemonic_type) : int =
> ^^^
> Error (warning 27 [unused-var-strict]): unused variable ext.
> File "lib/semanticAnalyzer.ml", line 280, characters 43-51:
> 280 | let getLen (mnem : mnemonic) (ext : bool) (mnemType : mnemonic_type) : int =
> ^^^^^^^^
> Error (warning 27 [unused-var-strict]): unused variable mnemType.
[2]