-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
-Wunsuffixed-float-constants cause 16384 warnings #149
Comments
Adding the following line to the offending source files works nicely (as a temporary fix): #pragma GCC diagnostic ignored "-Wunsuffixed-float-constants" |
Alex, I'm about to merge the #149-mathlib-warnings branch that addresses this and a few others. On Jan 12, 2013, at 10:55 PM, AlexPX4 [email protected] wrote:
|
Suppress warnings from ARM's DSP_Lib code that are spamming developers t...
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase - PX4/NuttX@563a22a Changes from PX4-NuttX/nuttx (PX4/NuttX@8957a02) in current PX4/master (4b42cfa) PX4/NuttX@8957a02...563a22a 563a22a (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt 6b37467 [PX4: REJECTED] cstdint fix 1405582 [PX4: REJECTED] add math.h 5251103 [PX4: WIP] Jenkinsfile d543937 (origin/master) max3421e: Update some comments and a README. Cosmetic only. d252c79 drivers/usbhost/usbhost_max3421e.c: Mutual exclusion semaphore must be re-entrant. 8b2dc15 drivers/usbhost/usbhost_max3421e.c: Fix several errors found in early testing. 8945959 Update a README b2c978d This commit brings the SAMDL2 USB driver into the SAMD5E5 port. c3d0f65 configs/metro-m4: Review clock settings and make some corrections to the board.h header file. Apps: - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase - PX4/NuttX-apps@b1d4755 Changes from PX4-NuttX/apps (PX4/NuttX-apps@36806ba) in current PX4/master (4b42cfa) PX4/NuttX-apps@36806ba...b1d4755 b1d4755 (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch d9cb917 (origin/master) Merged in masayuki2009/nuttx.apps/refactor_nxplayer (pull request #149) 822291b apps/fsutils/mkfatfs: Add some comments. Clean up some coding style issues. d365707 Add definitions for the FAT boot record (FBR). 6916fa0 fs/fat: Clean up some name BS_ and MBR_ refer to the same record and should use the same naming (MBR_). f0b4f14 Eliminate some new warnings reported in build testing. 3cc79be examples/lvgldemo/ and graphics/littlevgl/: pdate LVGL to version 5.1.1 1030ea7 Merged in masayuki2009/nuttx.apps/fix_mksymtab (pull request #147) cb9e951 apps/Make.defs: Improve the symtab target. tools/mksymtab.sh: Fix a typo. 296f583 apps/tools: Forgot to include a file with last commit.
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase - PX4/NuttX@061c9bf Changes from PX4-NuttX/nuttx (PX4/NuttX@8957a02) in current PX4/master (4b42cfa) PX4/NuttX@8957a02...061c9bf 061c9bf (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt c55a5d9 [PX4: REJECTED] cstdint fix 7256474 [PX4: REJECTED] add math.h 4eabd58 [PX4: WIP] Jenkinsfile 221bbad (origin/master) drivers/usbhost/usbhost_max3421e.c: Fix unmatched SPI lock/unlock. d543937 max3421e: Update some comments and a README. Cosmetic only. d252c79 drivers/usbhost/usbhost_max3421e.c: Mutual exclusion semaphore must be re-entrant. 8b2dc15 drivers/usbhost/usbhost_max3421e.c: Fix several errors found in early testing. 8945959 Update a README b2c978d This commit brings the SAMDL2 USB driver into the SAMD5E5 port. Apps: - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase - PX4/NuttX-apps@b1d4755 Changes from PX4-NuttX/apps (PX4/NuttX-apps@36806ba) in current PX4/master (4b42cfa) PX4/NuttX-apps@36806ba...b1d4755 b1d4755 (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch d9cb917 (origin/master) Merged in masayuki2009/nuttx.apps/refactor_nxplayer (pull request #149) 822291b apps/fsutils/mkfatfs: Add some comments. Clean up some coding style issues. d365707 Add definitions for the FAT boot record (FBR). 6916fa0 fs/fat: Clean up some name BS_ and MBR_ refer to the same record and should use the same naming (MBR_). f0b4f14 Eliminate some new warnings reported in build testing. 3cc79be examples/lvgldemo/ and graphics/littlevgl/: pdate LVGL to version 5.1.1 1030ea7 Merged in masayuki2009/nuttx.apps/fix_mksymtab (pull request #147) cb9e951 apps/Make.defs: Improve the symtab target. tools/mksymtab.sh: Fix a typo. 296f583 apps/tools: Forgot to include a file with last commit.
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase - PX4/NuttX@475c6c2 Changes from PX4-NuttX/nuttx (PX4/NuttX@8957a02) in current PX4/master (18c46f5) PX4/NuttX@8957a02...475c6c2 475c6c2 (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt 57cf48f [PX4: REJECTED] cstdint fix c5e6fab [PX4: REJECTED] add math.h 3815ca6 [PX4: WIP] Jenkinsfile 8876f9c (origin/master) configs/metro-m4: Instructions for unlocking FLASH ... which may be lethal. 221bbad drivers/usbhost/usbhost_max3421e.c: Fix unmatched SPI lock/unlock. d543937 max3421e: Update some comments and a README. Cosmetic only. d252c79 drivers/usbhost/usbhost_max3421e.c: Mutual exclusion semaphore must be re-entrant. 8b2dc15 drivers/usbhost/usbhost_max3421e.c: Fix several errors found in early testing. 8945959 Update a README Apps: - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase - PX4/NuttX-apps@b1d4755 Changes from PX4-NuttX/apps (PX4/NuttX-apps@36806ba) in current PX4/master (18c46f5) PX4/NuttX-apps@36806ba...b1d4755 b1d4755 (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch d9cb917 (origin/master) Merged in masayuki2009/nuttx.apps/refactor_nxplayer (pull request #149) 822291b apps/fsutils/mkfatfs: Add some comments. Clean up some coding style issues. d365707 Add definitions for the FAT boot record (FBR). 6916fa0 fs/fat: Clean up some name BS_ and MBR_ refer to the same record and should use the same naming (MBR_). f0b4f14 Eliminate some new warnings reported in build testing. 3cc79be examples/lvgldemo/ and graphics/littlevgl/: pdate LVGL to version 5.1.1 1030ea7 Merged in masayuki2009/nuttx.apps/fix_mksymtab (pull request #147) cb9e951 apps/Make.defs: Improve the symtab target. tools/mksymtab.sh: Fix a typo. 296f583 apps/tools: Forgot to include a file with last commit.
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase - PX4/NuttX@3d019df Changes from PX4-NuttX/nuttx (PX4/NuttX@8957a02) in current PX4/master (0928112) PX4/NuttX@8957a02...3d019df 3d019df (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt ab04315 [PX4: REJECTED] cstdint fix f7e68a8 [PX4: REJECTED] add math.h 3e1516a [PX4: WIP] Jenkinsfile d755b07 (origin/master) drivers/analog: Add driver for digital to analog converted DAC7571. 8810002 configs/metro-m4: Update README. I have bricked by board 8( 1d70e7f Revert "drivers/input/ft5x06.c: Back out part of last PR. I think that is correct to detach the interrupt handler when the drivers is unlinked." b79e6b9 drivers/input/ft5x06.c: Back out part of last PR. I think that is correct to detach the interrupt handler when the drivers is unlinked. 18ca531 Merged in plwm/nuttx/stm32f746g-disco-touchscreen (pull request #701) 5dec4a6 configs/metro-m4: Corrrect SERCOM3 pin configuration Apps: - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase - PX4/NuttX-apps@b1d4755 Changes from PX4-NuttX/apps (PX4/NuttX-apps@36806ba) in current PX4/master (0928112) PX4/NuttX-apps@36806ba...b1d4755 b1d4755 (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch d9cb917 (origin/master) Merged in masayuki2009/nuttx.apps/refactor_nxplayer (pull request #149) 822291b apps/fsutils/mkfatfs: Add some comments. Clean up some coding style issues. d365707 Add definitions for the FAT boot record (FBR). 6916fa0 fs/fat: Clean up some name BS_ and MBR_ refer to the same record and should use the same naming (MBR_). f0b4f14 Eliminate some new warnings reported in build testing. 3cc79be examples/lvgldemo/ and graphics/littlevgl/: pdate LVGL to version 5.1.1 1030ea7 Merged in masayuki2009/nuttx.apps/fix_mksymtab (pull request #147) cb9e951 apps/Make.defs: Improve the symtab target. tools/mksymtab.sh: Fix a typo. 296f583 apps/tools: Forgot to include a file with last commit.
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase - PX4/NuttX@6591fd8 Changes from PX4-NuttX/nuttx (PX4/NuttX@8957a02) in current PX4/master (79ba6b0) PX4/NuttX@8957a02...6591fd8 6591fd8 (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt 9e32f89 [PX4: REJECTED] cstdint fix db6222b [PX4: REJECTED] add math.h 0f61671 [PX4: WIP] Jenkinsfile f649db2 (origin/master) Costmetic changes during review of MAX3421E logic. ee21bcf Merged in russkel/nuttx/russkel/adxl345-remove-comment-references-to-tou-1533231727620 (pull request #702) d755b07 drivers/analog: Add driver for digital to analog converted DAC7571. 8810002 configs/metro-m4: Update README. I have bricked by board 8( 1d70e7f Revert "drivers/input/ft5x06.c: Back out part of last PR. I think that is correct to detach the interrupt handler when the drivers is unlinked." b79e6b9 drivers/input/ft5x06.c: Back out part of last PR. I think that is correct to detach the interrupt handler when the drivers is unlinked. Apps: - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase - PX4/NuttX-apps@b1d4755 Changes from PX4-NuttX/apps (PX4/NuttX-apps@36806ba) in current PX4/master (79ba6b0) PX4/NuttX-apps@36806ba...b1d4755 b1d4755 (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch d9cb917 (origin/master) Merged in masayuki2009/nuttx.apps/refactor_nxplayer (pull request #149) 822291b apps/fsutils/mkfatfs: Add some comments. Clean up some coding style issues. d365707 Add definitions for the FAT boot record (FBR). 6916fa0 fs/fat: Clean up some name BS_ and MBR_ refer to the same record and should use the same naming (MBR_). f0b4f14 Eliminate some new warnings reported in build testing. 3cc79be examples/lvgldemo/ and graphics/littlevgl/: pdate LVGL to version 5.1.1 1030ea7 Merged in masayuki2009/nuttx.apps/fix_mksymtab (pull request #147) cb9e951 apps/Make.defs: Improve the symtab target. tools/mksymtab.sh: Fix a typo. 296f583 apps/tools: Forgot to include a file with last commit.
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase - PX4/NuttX@80a1da8 Changes from PX4-NuttX/nuttx (PX4/NuttX@8957a02) in current PX4/master (5cac32d) PX4/NuttX@8957a02...80a1da8 80a1da8 (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt 26a6175 [PX4: REJECTED] cstdint fix 2840fa4 [PX4: REJECTED] add math.h 12cef43 [PX4: WIP] Jenkinsfile 09ccd43 (origin/master) arch/arm/include/armv7-m, arch/arm/include/armv7-m, arch/arm/include/stm32f7: Add a configuration to enable workaround for r0p1 Errata 837070: Increasing priority usingwrite to BASEPRI does not take effect immediately. f649db2 Costmetic changes during review of MAX3421E logic. ee21bcf Merged in russkel/nuttx/russkel/adxl345-remove-comment-references-to-tou-1533231727620 (pull request #702) d755b07 drivers/analog: Add driver for digital to analog converted DAC7571. 8810002 configs/metro-m4: Update README. I have bricked by board 8( 1d70e7f Revert "drivers/input/ft5x06.c: Back out part of last PR. I think that is correct to detach the interrupt handler when the drivers is unlinked." Apps: - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase - PX4/NuttX-apps@b1d4755 Changes from PX4-NuttX/apps (PX4/NuttX-apps@36806ba) in current PX4/master (5cac32d) PX4/NuttX-apps@36806ba...b1d4755 b1d4755 (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch d9cb917 (origin/master) Merged in masayuki2009/nuttx.apps/refactor_nxplayer (pull request #149) 822291b apps/fsutils/mkfatfs: Add some comments. Clean up some coding style issues. d365707 Add definitions for the FAT boot record (FBR). 6916fa0 fs/fat: Clean up some name BS_ and MBR_ refer to the same record and should use the same naming (MBR_). f0b4f14 Eliminate some new warnings reported in build testing. 3cc79be examples/lvgldemo/ and graphics/littlevgl/: pdate LVGL to version 5.1.1 1030ea7 Merged in masayuki2009/nuttx.apps/fix_mksymtab (pull request #147) cb9e951 apps/Make.defs: Improve the symtab target. tools/mksymtab.sh: Fix a typo. 296f583 apps/tools: Forgot to include a file with last commit.
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase - PX4/NuttX@5e82d9c Changes from PX4-NuttX/nuttx (PX4/NuttX@8957a02) in current PX4/master (c415477) PX4/NuttX@8957a02...5e82d9c 5e82d9c (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt 228396c [PX4: REJECTED] cstdint fix f45ebc1 [PX4: REJECTED] add math.h 122e647 [PX4: WIP] Jenkinsfile 9574b0f (origin/master) configs/nucleo-l432kc: Fix stm32_userleds and some comments. After change LD2 to LD3 in board.h stm32_userleds.c was broken. 2fd4925 Update some comments 1006906 include/nuttx/i2c/i2c_master.h: Rename I2C_M_NORESTART to I2C_M_NOSTART since it may be used in other contexts than a repeated start. Add comments to clarilfy setup for repeated start. ee28cd9 include/nuttx/i2c/i2c_master.h: Add a definition to distinguish a new START of messages from a repeated start. No lower-half I2C drivers actually implement this new flag bit, however. drivers/i2c/i2c_writeread.c: Use new repeated START definition where appopriated. Other: Some cosmetic changes, updates to README files, etc. ac5b2ea Merged in masayuki2009/nuttx.nuttx/fix_tcp_statistics (pull request #703) 09ccd43 arch/arm/include/armv7-m, arch/arm/include/armv7-m, arch/arm/include/stm32f7: Add a configuration to enable workaround for r0p1 Errata 837070: Increasing priority usingwrite to BASEPRI does not take effect immediately. Apps: - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase - PX4/NuttX-apps@52d762a Changes from PX4-NuttX/apps (PX4/NuttX-apps@36806ba) in current PX4/master (c415477) PX4/NuttX-apps@36806ba...52d762a 52d762a (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch a1e5bf6 (origin/master) apps/system/i2c: Adapt to rename I2C_M_RESTART->i2C_M_START. I2C_M_NOSTOP should be in flags of first message in every write-read and write-write mesage sequence. d9cb917 Merged in masayuki2009/nuttx.apps/refactor_nxplayer (pull request #149) 822291b apps/fsutils/mkfatfs: Add some comments. Clean up some coding style issues. d365707 Add definitions for the FAT boot record (FBR). 6916fa0 fs/fat: Clean up some name BS_ and MBR_ refer to the same record and should use the same naming (MBR_). f0b4f14 Eliminate some new warnings reported in build testing. 3cc79be examples/lvgldemo/ and graphics/littlevgl/: pdate LVGL to version 5.1.1 1030ea7 Merged in masayuki2009/nuttx.apps/fix_mksymtab (pull request #147) cb9e951 apps/Make.defs: Improve the symtab target. tools/mksymtab.sh: Fix a typo.
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase - PX4/NuttX@77b8cbf Changes from PX4-NuttX/nuttx (PX4/NuttX@8957a02) in current PX4/master (3b5460a) PX4/NuttX@8957a02...77b8cbf 77b8cbf (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt f5de136 [PX4: REJECTED] cstdint fix 85d92a2 [PX4: REJECTED] add math.h 5c1c4e7 [PX4: WIP] Jenkinsfile 1185ff1 (origin/master) Merged loadable_app into master 679d287 Update some comments. 9b7e5ed configs/metro-m4: Add an option to build the Metro M4 image to run out of SRAM. This ought to be a safer and quicker way to do the initial bring-up (having bricked the first Metro M4 due to a bad FLASH image). bbee0d7 arch/arm/src/stm32f7: Fix an error introduced by the patch by Evgeniy Bobkov in Issue #114. That patch brok all STM32 F7 builds. 056d704 This commit brings in a fragmentary, experimental implementation of NETLINK sockets. There is not too much to that socket support on this initial commit, just the netlink socketer framework. However, I decided to bring it into master because there is a enough that I would not want to lose what is in place. And since it is dependent on CONFIG_EXPERIMENATL, its presence on master should be innocuous. caa7fa7 This commit ports the stm32f20xxf40xx_flash.c driver to the STM32F7 platform and fixes some relevant problems in the header files. Apps: - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase - PX4/NuttX-apps@4898f0a Changes from PX4-NuttX/apps (PX4/NuttX-apps@36806ba) in current PX4/master (3b5460a) PX4/NuttX-apps@36806ba...4898f0a 4898f0a (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch 922283e (origin/master) Squashed commit of the following: 3e81973 include/netutils/netlib.h: Eliminate a warning about AF_UNSPEC and AF_INET not defined. a1e5bf6 apps/system/i2c: Adapt to rename I2C_M_RESTART->i2C_M_START. I2C_M_NOSTOP should be in flags of first message in every write-read and write-write mesage sequence. d9cb917 Merged in masayuki2009/nuttx.apps/refactor_nxplayer (pull request #149) 822291b apps/fsutils/mkfatfs: Add some comments. Clean up some coding style issues. d365707 Add definitions for the FAT boot record (FBR). 6916fa0 fs/fat: Clean up some name BS_ and MBR_ refer to the same record and should use the same naming (MBR_). f0b4f14 Eliminate some new warnings reported in build testing. 3cc79be examples/lvgldemo/ and graphics/littlevgl/: pdate LVGL to version 5.1.1
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase - PX4/NuttX@77b8cbf Changes from PX4-NuttX/nuttx (PX4/NuttX@8957a02) in current PX4/master (459ad75) PX4/NuttX@8957a02...77b8cbf 77b8cbf (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt f5de136 [PX4: REJECTED] cstdint fix 85d92a2 [PX4: REJECTED] add math.h 5c1c4e7 [PX4: WIP] Jenkinsfile 1185ff1 Merged loadable_app into master 679d287 Update some comments. 9b7e5ed configs/metro-m4: Add an option to build the Metro M4 image to run out of SRAM. This ought to be a safer and quicker way to do the initial bring-up (having bricked the first Metro M4 due to a bad FLASH image). bbee0d7 arch/arm/src/stm32f7: Fix an error introduced by the patch by Evgeniy Bobkov in Issue #114. That patch brok all STM32 F7 builds. 056d704 This commit brings in a fragmentary, experimental implementation of NETLINK sockets. There is not too much to that socket support on this initial commit, just the netlink socketer framework. However, I decided to bring it into master because there is a enough that I would not want to lose what is in place. And since it is dependent on CONFIG_EXPERIMENATL, its presence on master should be innocuous. caa7fa7 This commit ports the stm32f20xxf40xx_flash.c driver to the STM32F7 platform and fixes some relevant problems in the header files. Apps: - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase - PX4/NuttX-apps@4898f0a Changes from PX4-NuttX/apps (PX4/NuttX-apps@36806ba) in current PX4/master (459ad75) PX4/NuttX-apps@36806ba...4898f0a 4898f0a (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch 922283e Squashed commit of the following: 3e81973 include/netutils/netlib.h: Eliminate a warning about AF_UNSPEC and AF_INET not defined. a1e5bf6 apps/system/i2c: Adapt to rename I2C_M_RESTART->i2C_M_START. I2C_M_NOSTOP should be in flags of first message in every write-read and write-write mesage sequence. d9cb917 Merged in masayuki2009/nuttx.apps/refactor_nxplayer (pull request #149) 822291b apps/fsutils/mkfatfs: Add some comments. Clean up some coding style issues. d365707 Add definitions for the FAT boot record (FBR). 6916fa0 fs/fat: Clean up some name BS_ and MBR_ refer to the same record and should use the same naming (MBR_). f0b4f14 Eliminate some new warnings reported in build testing. 3cc79be examples/lvgldemo/ and graphics/littlevgl/: pdate LVGL to version 5.1.1
EKF: prevent unwanted GPS use
improve behavior in case of range data loss
In DSP lib, arm_dct4_init_f32.c contains 16384 constants without f letter, causing large amount of warnings.
Also, tons of warnings in other files.
The text was updated successfully, but these errors were encountered: