thakis added inline comments.

================
Comment at: lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp:397
+
+    error.SetErrorStringWithFormat("LoadLibrary Error: %lu", error_code);
+    return LLDB_INVALID_IMAGE_TOKEN;
----------------
```
../../lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp:397:62: warning: 
format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 
'unsigned long long') [-Wformat]
    error.SetErrorStringWithFormat("LoadLibrary Error: %lu", error_code);
                                                       ~~~   ^~~~~~~~~~
                                                       %llu
```


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77287/new/

https://reviews.llvm.org/D77287

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to