source: tests/nowarn/socket.cfa @ 13519718

Last change on this file since 13519718 was 13519718, checked in by Michael Brooks <mlbrooks@…>, 5 days ago

Begin an exploratory meta-test of warning detection. This change will be reversed.

Warnings from socket.h (about static-inline lifecycle functions "used in inline function 'recvfrom' which is not static") are known to be manually reproducibe with nodebug builds but not debug builds. This experiment asks: Will our present-state CI rig flag it?

  • Property mode set to 100644
File size: 64 bytes
Line 
1#include <sys/socket.h>
2
3int main() {
4    printf( "done\n" );
5}
Note: See TracBrowser for help on using the repository browser.