raiden00pl opened a new pull request, #3204:
URL: https://github.com/apache/nuttx-apps/pull/3204

   ## Summary
   - testing/drivers/fftest/fftest.c: fix compilation error
   
        ```
       CC:  vfs/fs_rmdir.c fftest.c: In function ‘fftest_main’:
       fftest.c:104:7: error: implicit declaration of function ‘ioctl’ 
[-Wimplicit-function-declaration]
         104 |   if (ioctl(fd, EVIOCGBIT, fffeatures) < 0)
        ```
        
   -  testing/mm/cachetest/cachetest_main.c: fix compilation error
   
       ```   
       cachetest_main.c: In function ‘cachetest_main’:
       cachetest_main.c:240:7: error: implicit declaration of function 
‘up_flush_dcache’ [-Wimplicit-function-declaration]
         240 |       up_flush_dcache((uintptr_t)info.waddr, 
(uintptr_t)info.waddr +
       ```
       
   -  testing/testsuites/kernel/socket/cases: fix compilation error
   
       ```
       kernel/socket/cases/net_socket_test_010.c: In function 
‘ioctltestinternal’:
       kernel/socket/cases/net_socket_test_010.c:188:20: error: ‘siocgifname’ 
undeclared (first use in this function)
         188 |   ret = ioctl(sfd, siocgifname, &ifr);
       ```
   
   ## Impact
   
   fix compilation errors
   
   ## Testing
   
   local build
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to