lp:~tyhicks/ecryptfs/fix-most-Wall-and-Wextra-warnings

Created by Tyler Hicks and last modified
Get this branch:
bzr branch lp:~tyhicks/ecryptfs/fix-most-Wall-and-Wextra-warnings
Only Tyler Hicks can upload to this branch. If you are Tyler Hicks please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Tyler Hicks
Project:
eCryptfs
Status:
Merged

Recent revisions

814. By Tyler Hicks

Fix another -Wunused-result warning since casting the return to (void)
is not enough

813. By Tyler Hicks

Fix a -Wsign-compare warning on i386 by casting the signed (ssize_t)
read_bytes variable to an unsigned type (size_t). This is safe because
read_bytes is known to be positive at this point in the code due to
previous conditionals.

812. By Tyler Hicks

Fix -Wunused-function warning

811. By Tyler Hicks

Fix -Wpointer-sign warnings

810. By Tyler Hicks

Fix -Wold-style-declaration warning caused by 'inline' not being at the
beginning of the function declaration

809. By Tyler Hicks

Fix -Wunused-but-set-variable warnings

808. By Tyler Hicks

Fix -Wunused-label warning

807. By Tyler Hicks

Fix -Wimplicit-function-declaration warnings

806. By Tyler Hicks

Fix -Wmaybe-uninitialized warning

805. By Tyler Hicks

Use uid_t and gid_t to store user and group id's to prevent -Wsign-compare
warnings

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ecryptfs
This branch contains Public information 
Everyone can see this information.

Subscribers