Summary: | Patch to fix bootstrap/autoconf warning + Fix uninitialized variable in src/swap.c | ||
---|---|---|---|
Product: | systemd | Reporter: | Christian Ruppert <idl0r> |
Component: | general | Assignee: | Lennart Poettering <lennart> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
configure.ac.patch
swap.c.patch |
Created attachment 35955 [details] [review] swap.c.patch Thanks, both patches applied. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 35954 [details] configure.ac.patch ./bootstrap.sh <snip> configure.ac:272: warning: AC_OUTPUT should be used without arguments. configure.ac:272: You should run autoupdate. </snip> make <snip> src/swap.c: In function ‘swap_add_one’: src/swap.c:249: warning: ‘delete’ may be used uninitialized in this function [-Wuninitialized] </snip>