Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

greenhills support: Fix ?? "trigraphs not allowed" warnings #13691

Merged
merged 1 commit into from
Sep 27, 2024

Commits on Sep 27, 2024

  1. toolchain/ghs: Fix ?? "trigraphs not allowed" warnings

    "/mnt/yang/qixinwei_vela_warnings_04_23/nuttx/include/nuttx/pci/pci_regs.h", line 263: warning apache#1695-D:
              trigraphs not allowed
      #define  PCI_PM_CTRL_DATA_SEL_MASK        0x1e00  /* Data select (??) */
                                                                        ^
    
    "/mnt/yang/qixinwei_vela_warnings_04_23/nuttx/include/nuttx/pci/pci_regs.h", line 264: warning apache#1695-D:
              trigraphs not allowed
      #define  PCI_PM_CTRL_DATA_SCALE_MASK      0x6000  /* Data scale (??) */
                                                                       ^
    
    "/mnt/yang/qixinwei_vela_warnings_04_23/nuttx/include/nuttx/pci/pci_regs.h", line 266: warning apache#1695-D:
              trigraphs not allowed
      #define PCI_PM_PPB_EXTENSIONS             6       /* PPB support extensions (??) */
                                                                                   ^
    
    "/mnt/yang/qixinwei_vela_warnings_04_23/nuttx/include/nuttx/pci/pci_regs.h", line 267: warning apache#1695-D:
              trigraphs not allowed
      #define  PCI_PM_PPB_B2_B3                 0x40    /* Stop clock when in D3hot (??) */
                                                                                     ^
    
    "/mnt/yang/qixinwei_vela_warnings_04_23/nuttx/include/nuttx/pci/pci_regs.h", line 268: warning apache#1695-D:
              trigraphs not allowed
      #define  PCI_PM_BPCC_ENABLE               0x80    /* Bus power/clock control enable (??) */
                                                                                           ^
    
    "/mnt/yang/qixinwei_vela_warnings_04_23/nuttx/include/nuttx/pci/pci_regs.h", line 269: warning apache#1695-D:
              trigraphs not allowed
      #define PCI_PM_DATA_REGISTER              7       /* (??) */
    
    Signed-off-by: yanghuatao <yanghuatao@xiaomi.com>
    yanghuatao authored and guoshichao committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    52cd179 View commit details
    Browse the repository at this point in the history