Node 8: Compiler warning about invalid format passed to fprintf when building in VS 2015 #13463
Labels
async_hooks
Issues and PRs related to the async hooks subsystem.
c++
Issues and PRs that require attention from people who are familiar with C++.
confirmed-bug
Issues with confirmed bugs.
Hi
While compiling node v8 (using sources downloaded yesterday) on VS 2015 (Update 3), I've noticed I'm receiving the following compiler warnings:
about the following line in env-inl.h (got the warnings repeatedly, for each cpp which includes env-inl.h):
The "%'.f" format doesn't seem right (or I'm missing something).
The text was updated successfully, but these errors were encountered: