Skip to content

add compiler flag#2

Open
priiduonu wants to merge 1 commit intoskumlos:masterfrom
priiduonu:patch-1
Open

add compiler flag#2
priiduonu wants to merge 1 commit intoskumlos:masterfrom
priiduonu:patch-1

Conversation

@priiduonu
Copy link

If newer compilers gives you errors like this

Uart.h:49:64: error: ISO C++17 does not allow dynamic exception specifications
   49 |                 UART(std::string tty, bool hwflowctrl = false) throw (UARTException);
      |                                                                ^~~~~

you need to add the CXXFLAGS option to Makefile.

If newer compilers gives you errors like this

```
Uart.h:49:64: error: ISO C++17 does not allow dynamic exception specifications
   49 |                 UART(std::string tty, bool hwflowctrl = false) throw (UARTException);
      |                                                                ^~~~~
```

you need to add the `CXXFLAGS` option to `Makefile`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments