VirtualBox

Ignore:
Timestamp:
Oct 13, 2017 2:42:00 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118362
Message:

bldprogs/gccplugin: Made it build with gcc 7.2.0 on ArchLinux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/VBoxCompilerPlugIns.h

    r62537 r69076  
    3838typedef struct VFMTCHKSTATE
    3939{
    40     long        iFmt;
    41     long        iArgs;
    42     const char *pszFmt;
    43     bool        fMaybeNull;
     40    long            iFmt;
     41    long            iArgs;
     42    const char     *pszFmt;
     43    bool            fMaybeNull;
    4444#if defined(__GNUC__) && !defined(VBOX_COMPILER_PLUG_IN_AGNOSTIC)
    45     gimple      hStmt;
    46     location_t  hFmtLoc;
     45# if RT_GNUC_PREREQ(6, 0)
     46    gimple const   *hStmt;
     47# else
     48    gimple          hStmt;
     49# endif
     50    location_t      hFmtLoc;
    4751#endif
    4852} VFMTCHKSTATE;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette