Bug 796820 - References to 'Gnome Bugzilla' should be changed to 'GnuCash Bugzilla'

Additionally use https everywhere to refer to bugs.gnucash.org or bugzilla.gnome.org
This commit is contained in:
Geert Janssens
2018-09-28 14:51:40 +02:00
parent 26714d2e17
commit 406953c2ae
83 changed files with 155 additions and 155 deletions

View File

@@ -77,7 +77,7 @@ extern "C"
/* Do not treat -Wstrict-aliasing warnings as errors because of problems of the
* G_LOCK* macros as declared by glib. See
* http://bugs.gnucash.org/show_bug.cgi?id=316221 for additional information.
* https://bugs.gnucash.org/show_bug.cgi?id=316221 for additional information.
*/
#if (__GNUC__ >= 4 && __GNUC_MINOR__ >= 2)
# pragma GCC diagnostic warning "-Wstrict-aliasing"