lp://staging/~charlesk/indicator-session/fix-clang-compiler-warnings
Created by
Charles Kerr
and last modified
- Get this branch:
- bzr branch lp://staging/~charlesk/indicator-session/fix-clang-compiler-warnings
Only
Charles Kerr
can upload to this branch. If you are
Charles Kerr
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Branch information
Recent revisions
- 463. By Charles Kerr
-
add -Wno-foo warning exceptions for stuff that don't make sense to fix (eg, -Wno-padded)
- 461. By Charles Kerr
-
fix -Wsign-conversion error in gtest-dbus-fixture: g_timeout_add()'s interval arg is unsigned
- 460. By Charles Kerr
-
fix -Wsign-conversion warning in TestService::Users: make local user-id variables unsigned
- 458. By Charles Kerr
-
fix -Wincompatible-
pointer- types-discards- qualifiers warning: add const correctness to report_ recoverable_ problem( ) - 456. By Charles Kerr
-
fix -Wmissing-
prototypes warning: user_record_new() should be a static function - 455. By Charles Kerr
-
fix a -Wsign-conversion warning: end_session_
dialog_ call_open( )'s 'type' arg is a guint, not an int.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/indicator-session/14.10