1. 13 1月, 2006 4 次提交
  2. 11 1月, 2006 1 次提交
  3. 10 1月, 2006 2 次提交
  4. 09 1月, 2006 1 次提交
    • J
      [PATCH] Eliminate __attribute__ ((packed)) warnings for gcc-4.1 · 6a878184
      Jan Blunck 提交于
      Since version 4.1 the gcc is warning about ignored attributes. This patch is
      using the equivalent attribute on the struct instead of on each of the
      structure or union members.
      
      GCC Manual:
        "Specifying Attributes of Types
      
         packed
          This attribute, attached to struct or union type definition, specifies
          that
          each member of the structure or union is placed to minimize the memory
          required. When attached to an enum definition, it indicates that the
          smallest integral type should be used.
      
          Specifying this attribute for struct and union types is equivalent to
          specifying the packed attribute on each of the structure or union
          members."
      Signed-off-by: NJan Blunck <jblunck@suse.de>
      Cc: Dave Jones <davej@codemonkey.org.uk>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      6a878184
  5. 08 1月, 2006 7 次提交
  6. 07 1月, 2006 1 次提交
  7. 06 1月, 2006 2 次提交
  8. 04 1月, 2006 22 次提交