Skip to content

Commit bc2199c

Browse files
committed
Merge pull request #2265 from pguyot/w15/os-system_time-warning
Fix warning with `os:system_time/1` These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 8ea71cc + fa18d99 commit bc2199c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/estdlib/src/os.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ system_time() ->
4646
%% @end
4747
%%-----------------------------------------------------------------------------
4848
-spec system_time(TimeUnit :: erlang:time_unit()) -> integer().
49-
system_time(TimeUnit) ->
49+
system_time(_TimeUnit) ->
5050
erlang:nif_error(undefined).

0 commit comments

Comments
 (0)