~ubuntu-branches/debian/experimental/grub2/experimental

« back to all changes in this revision

Viewing changes to grub-core/gfxmenu/gui_progress_bar.c

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-12-26 00:52:47 UTC
  • mfrom: (1.26.18)
  • Revision ID: package-import@ubuntu.com-20131226005247-67brjf0n1qfugoj6
Tags: 2.02~beta2-1
* New upstream beta release.
* Drop qemu-utils build-dependency; the test suite no longer uses
  qemu-img.
* Build grub-common, grub2-common, grub-themes-starfield, and grub-mount
  on ARM and ARM64 architectures.
* Install grub-mkrescue in grub-common on all architectures.
* Make grub-efi-ia32, grub-efi-amd64, and grub-efi-ia64 conflict with
  elilo.
* Adjust the postinst of grub-efi-ia64, grub-efi-arm, and grub-efi-arm64
  to keep the EFI System Partition up to date with grub-install after it
  has been run once, like grub-efi-ia32 and grub-efi-amd64 already do.
* Regularise indentation of "recordfail" in /etc/grub.d/10_linux.
* Add alpha.gnu.org to debian/watch, for pre-releases.
* Add OpenPGP signature checking configuration to watch file.
* Drop mkconfig_skip_dmcrypt.patch; it breaks GRUB_ENABLE_CRYPTODISK=y,
  which is a better fix for the original problem (closes: #732245).
* Fix mismerge of mkconfig_loopback.patch.
* Build for ppc64el, using a powerpc cross-compiler at least for now.
* Don't run gettext_strings_test; this test is mainly useful as an
  upstream maintenance check.
* Silence warning if /usr/share/locale-langpack does not exist (closes:
  #732595).
* Remove debian/grub-common.preinst, superseded by .maintscript files.
* Install grub-file in grub-common.
* Fix crash due to pointer confusion in grub-mkdevicemap, introduced while
  converting away from nested functions in 2.00+20131208-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
    }
184
184
}
185
185
 
 
186
#pragma GCC diagnostic ignored "-Wformat-nonliteral"
 
187
 
186
188
static void
187
189
draw_text (grub_gui_progress_bar_t self)
188
190
{
212
214
    }
213
215
}
214
216
 
 
217
#pragma GCC diagnostic error "-Wformat-nonliteral"
 
218
 
215
219
static void
216
220
progress_bar_paint (void *vself, const grub_video_rect_t *region)
217
221
{