Bug 28322 - Patch to fix bootstrap/autoconf warning + Fix uninitialized variable in src/swap.c
Summary: Patch to fix bootstrap/autoconf warning + Fix uninitialized variable in src/s...
Status: RESOLVED FIXED
Alias: None
Product: systemd
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Lennart Poettering
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-30 04:23 UTC by Christian Ruppert
Modified: 2010-06-02 09:55 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
configure.ac.patch (360 bytes, application/octet-stream)
2010-05-30 04:23 UTC, Christian Ruppert
Details
swap.c.patch (339 bytes, patch)
2010-05-30 04:23 UTC, Christian Ruppert
Details | Splinter Review

Description Christian Ruppert 2010-05-30 04:23:24 UTC
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>
Comment 1 Christian Ruppert 2010-05-30 04:23:41 UTC
Created attachment 35955 [details] [review]
swap.c.patch
Comment 2 Lennart Poettering 2010-06-02 09:55:20 UTC
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.