Warning esp32-hal-uart.c function returning non-void

I’m new to platform-io. In my first attempt to program an ESP32 I tried a simple blinky program. I’m getting a warning, but why? Would like to build without any glitches.

; PlatformIO Project Configuration File
;
;   Build options: build flags, source filter
;   Upload options: custom upload port, speed and extra flags
;   Library options: dependencies, extra library storages
;   Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[env:lolin32]
platform = espressif32
board = lolin32
framework = arduino

Hi @chriskuku, this warning originates from the Arduino framework itself, so you can ignore it.