Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
G
grub
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • rahulkrishnan
  • grub
  • Repository

Switch branch/tag
  • grub
  • grub-core
  • loader
  • mips
  • linux.c
Find file
BlameHistoryPermalink
  • Andrei Borzenkov's avatar
    Use full initializer for initrd_ctx to avoid fatal warnings with older GCC · 9a67e1ac
    Andrei Borzenkov authored Oct 14, 2014
    struct ... foo = { 0, } is valid initializer, but older GCC emits
    warning which is fatal error due to -Werror=missing-field-initializer.
    So simply use full initializer to avoid these errors. This was fixed
    probably in GCC 4.7.
    
    See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36750
    9a67e1ac
linux.c 13.5 KB
EditWeb IDE

Replace linux.c

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.