-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix warnings #7
fix warnings #7
Conversation
warning: taking address of packed member of 'directoryEntry' may result in an unaligned pointer value [-Waddress-of-packed-member]
do you want to switch this over to Actions instead of Travis? the upstream has ceased development and will not take PRs so it's ok if we diverge |
@ladyada yeah, we can switch to action, upstream actually switch to use version 2 |
yes at the time we last looked, v2 was not ready for use |
Ok, will definitely add action and then keep an eye on it later. There is no point to got merge to v1 at the moment though. |
@hathach Hi - what's the status of this PR? I'm building another library that depends on SdFat and is raising warnings while compiling this lib. I'm compiling with xtensa-esp32s2 if it helps. |
this should still get actions but merging since brent want to use! |
ah right, sorry, I totally forgot about this. will submit an separate PR for ci. |
@hathach There's no place for issues on this repo.. I'm still getting a lot of warnings when compiling this library with Here's the output resulting from arduino-cli using the |
@brentru it is due to arduino-esp core also defined symbol for those fileop such as |
That sounds like it'd work, esp. if it's mostly redefined symbols. For now, I'm going to add a Let me know when it's fixed and I'll try re-running the workflow. |
warning: taking address of packed member of 'directoryEntry' may result
in an unaligned pointer value [-Waddress-of-packed-member]