~canonical-scott/libnih/trunk

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott James Remnant
  • Date: 2009-11-28 20:25:03 UTC
  • Revision ID: scott@netsplit.com-20091128202503-z713wgvkats6c5m2
* nih-dbus-tool/main.c (source_file_path, header_file_path): Use a
not reached assertion rather than an initial one, to avoid gcc
warnings.
* nih/tests/test_string.c (test_array_addp),
* nih/tests/test_logging.c (test_log_message): Add a couple more
initialisations for gcc, found with -O2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2009-11-28  Scott James Remnant  <scott@netsplit.com>
2
2
 
 
3
        * nih-dbus-tool/main.c (source_file_path, header_file_path): Use a
 
4
        not reached assertion rather than an initial one, to avoid gcc
 
5
        warnings.
 
6
        * nih/tests/test_string.c (test_array_addp),
 
7
        * nih/tests/test_logging.c (test_log_message): Add a couple more
 
8
        initialisations for gcc, found with -O2
 
9
 
3
10
        * TODO: Update.
4
11
 
5
12
        * nih/tests/test_error.c (test_raise_error, test_pop_context): Also