Changeset 5651:b0e163908378 in roaraudio for roard/lib.c


Ignore:
Timestamp:
09/12/12 16:22:42 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Added compiler checks for printf() like format strings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/lib.c

    r5619 r5651  
    3232 size_t i; 
    3333 
    34  ROAR_WARN("lib_run_bg(cmd='%s', ...): This function should never be called. Contact devels."); 
     34 ROAR_WARN("lib_run_bg(cmd='%s', ...): This function should never be called. Contact devels.", cmd); 
    3535 
    3636 child = roar_fork(NULL); 
Note: See TracChangeset for help on using the changeset viewer.