Fix incorrect line order when converting from INO to CPP and pointer is used

This commit is contained in:
Ivan Kravets
2016-09-09 18:49:58 +03:00
parent 39a787b0d1
commit a42cf4ebdd
3 changed files with 7 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ void myFunction(struct Item *item) {
}
#warning "Line number is 43"
void fooCallback(){
}