warning: format not a string literal and no format arguments code example
Example 1: warning: format not a string literal and no format arguments
printf("%s", str_a);
Example 2: warning: format not a string literal and no format arguments
printf("%s", str_a);