mirror of https://github.com/svaarala/duktape.git
Browse Source
In duk_bi_date_windows.c, the function duk__convert_filetime_to_ularge is a static function called only from duk_bi_date_get_now_windows_subms, which is wrapped in a #define. This change wraps duk__convert_filetime_to_ularge in the same #define to prevent compiler warnings about unused functions.pull/1775/head
Brett Vickers
7 years ago
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue