Browse Source

Turn warnings on

Eric Helgeson 3 years ago
parent
commit
173cc6126a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      platformio.ini

+ 0 - 2
platformio.ini

@@ -11,7 +11,6 @@ upload_protocol = stlink
 ; Different gcc versions produce much different binaries in terms of speed.
 platform_packages = platformio/toolchain-gccarmnoneeabi@1.90301.200702
 build_flags = 
-    -w
     -DARDUINO_GENERIC_STM32F103C
     -DARDUINO_LIB_DISCOVERY_PHASE
     -DARDUINO=10813
@@ -79,7 +78,6 @@ build_flags =
     -D USB_MANUFACTURER="Unknown"
     -D USB_PRODUCT="\"BLUEPILL_F103C8\""
     -D HAL_PCD_MODULE_ENABLED
-    -w
     -DARDUINO_GENERIC_STM32F103C
     -DARDUINO_LIB_DISCOVERY_PHASE
     -DARDUINO=10813